#[repr(u8)]pub enum Flushtb {
NO_ACTION = 0,
FLUSH = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Flushtb
impl Ord for Flushtb
Source§impl PartialOrd for Flushtb
impl PartialOrd for Flushtb
impl Copy for Flushtb
impl Eq for Flushtb
impl StructuralPartialEq for Flushtb
Auto Trait Implementations§
impl Freeze for Flushtb
impl RefUnwindSafe for Flushtb
impl Send for Flushtb
impl Sync for Flushtb
impl Unpin for Flushtb
impl UnwindSafe for Flushtb
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