pub struct ListenerTy;Expand description
Marker type: this socket is a listener.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListenerTy
impl RefUnwindSafe for ListenerTy
impl Send for ListenerTy
impl Sync for ListenerTy
impl Unpin for ListenerTy
impl UnwindSafe for ListenerTy
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