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§
impl Freeze for Listener
impl !RefUnwindSafe for Listener
impl Unpin for Listener
impl !UnwindSafe for Listener
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