pub struct TcpConnectable { /* private fields */ }
Available on crate features
std
or tokio-1
only.Implementations§
Trait Implementations§
Source§impl AsyncConnectable for TcpConnectable
Available on crate features tcp
and tokio-1
only.
impl AsyncConnectable for TcpConnectable
Available on crate features
tcp
and tokio-1
only.Source§impl Clone for TcpConnectable
impl Clone for TcpConnectable
Source§fn clone(&self) -> TcpConnectable
fn clone(&self) -> TcpConnectable
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 TcpConnectable
Available on crate features tcp
and std
only.
impl Connectable for TcpConnectable
Available on crate features
tcp
and std
only.Source§impl Debug for TcpConnectable
impl Debug for TcpConnectable
Auto Trait Implementations§
impl Freeze for TcpConnectable
impl RefUnwindSafe for TcpConnectable
impl Send for TcpConnectable
impl Sync for TcpConnectable
impl Unpin for TcpConnectable
impl UnwindSafe for TcpConnectable
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