pub struct TelnetServer { /* private fields */ }Expand description
Telnet 管理服务
Implementations§
Source§impl TelnetServer
impl TelnetServer
Auto Trait Implementations§
impl Freeze for TelnetServer
impl !RefUnwindSafe for TelnetServer
impl Send for TelnetServer
impl Sync for TelnetServer
impl Unpin for TelnetServer
impl !UnwindSafe for TelnetServer
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