pub struct Telnet { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Telnet
impl Ord for Telnet
Source§impl PartialOrd for Telnet
impl PartialOrd for Telnet
impl Eq for Telnet
impl StructuralPartialEq for Telnet
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