pub enum nw_listener {}Auto Trait Implementations§
impl Freeze for nw_listener
impl RefUnwindSafe for nw_listener
impl Send for nw_listener
impl Sync for nw_listener
impl Unpin for nw_listener
impl UnwindSafe for nw_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