pub struct AppServer { /* private fields */ }Expand description
Server that handles incoming ssh connections.
Implementations§
Auto Trait Implementations§
impl Freeze for AppServer
impl RefUnwindSafe for AppServer
impl Send for AppServer
impl Sync for AppServer
impl Unpin for AppServer
impl UnwindSafe for AppServer
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