pub enum CloseType {
SelfClosed,
Normal,
}Expand description
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for CloseType
Auto Trait Implementations§
impl Freeze for CloseType
impl RefUnwindSafe for CloseType
impl Send for CloseType
impl Sync for CloseType
impl Unpin for CloseType
impl UnwindSafe for CloseType
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