pub struct TcpConnectable { /* private fields */ }
Implementations§
Source§impl TcpConnectable
impl TcpConnectable
pub fn new(address: String, is_out: bool) -> TcpConnectable
Trait Implementations§
Source§impl AsyncConnectable for TcpConnectable
impl AsyncConnectable for TcpConnectable
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
impl Connectable for TcpConnectable
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