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