Enum tcp::ListenError
source · pub enum ListenError<E> {
InvalidState,
FailedAssociation(E),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for ListenError<E>where
E: Freeze,
impl<E> RefUnwindSafe for ListenError<E>where
E: RefUnwindSafe,
impl<E> Send for ListenError<E>where
E: Send,
impl<E> Sync for ListenError<E>where
E: Sync,
impl<E> Unpin for ListenError<E>where
E: Unpin,
impl<E> UnwindSafe for ListenError<E>where
E: UnwindSafe,
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