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