pub enum DrainMode {
Part,
Vessel,
}Variants§
Trait Implementations§
impl Copy for DrainMode
impl StructuralPartialEq for DrainMode
Auto Trait Implementations§
impl Freeze for DrainMode
impl RefUnwindSafe for DrainMode
impl Send for DrainMode
impl Sync for DrainMode
impl Unpin for DrainMode
impl UnwindSafe for DrainMode
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