pub struct FileConnectable { /* private fields */ }
Available on crate features
std
or tokio-1
only.Implementations§
Trait Implementations§
Source§impl AsyncConnectable for FileConnectable
Available on crate feature tokio-1
only.
impl AsyncConnectable for FileConnectable
Available on crate feature
tokio-1
only.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
Available on crate feature std
only.
impl Connectable for FileConnectable
Available on crate feature
std
only.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