pub struct Telnet { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Telnet
impl RefUnwindSafe for Telnet
impl Send for Telnet
impl Sync for Telnet
impl Unpin for Telnet
impl UnwindSafe for Telnet
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