pub enum Closing {
Void,
Open,
Close,
}
Variants§
Trait Implementations§
impl Copy for Closing
impl Eq for Closing
impl StructuralPartialEq for Closing
Auto Trait Implementations§
impl Freeze for Closing
impl RefUnwindSafe for Closing
impl Send for Closing
impl Sync for Closing
impl Unpin for Closing
impl UnwindSafe for Closing
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