pub struct FileConnectable { /* private fields */ }
Implementations§
Source§impl FileConnectable
impl FileConnectable
pub fn new(address: String) -> FileConnectable
Trait Implementations§
Source§impl AsyncConnectable for FileConnectable
impl AsyncConnectable for FileConnectable
Source§impl Clone for FileConnectable
impl Clone for FileConnectable
Source§fn clone(&self) -> FileConnectable
fn clone(&self) -> FileConnectable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Connectable for FileConnectable
impl Connectable for FileConnectable
Source§impl Debug for FileConnectable
impl Debug for FileConnectable
Auto Trait Implementations§
impl Freeze for FileConnectable
impl RefUnwindSafe for FileConnectable
impl Send for FileConnectable
impl Sync for FileConnectable
impl Unpin for FileConnectable
impl UnwindSafe for FileConnectable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more