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