pub struct Dialer(/* private fields */);
Expand description
Socket dialer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dialer
impl RefUnwindSafe for Dialer
impl Send for Dialer
impl Sync for Dialer
impl Unpin for Dialer
impl UnwindSafe for Dialer
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