Struct ssh2_patched::Listener
source · [−]pub struct Listener { /* private fields */ }
Expand description
A listener represents a forwarding port from the remote server.
New channels can be accepted from a listener which represent connections on the remote server’s port.
Implementations
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more