pub enum EntryModeShift {
NoShift = 0,
Shift = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for EntryModeShift
impl Clone for EntryModeShift
Source§fn clone(&self) -> EntryModeShift
fn clone(&self) -> EntryModeShift
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EntryModeShift
impl Debug for EntryModeShift
impl Copy for EntryModeShift
Auto Trait Implementations§
impl Freeze for EntryModeShift
impl RefUnwindSafe for EntryModeShift
impl Send for EntryModeShift
impl Sync for EntryModeShift
impl Unpin for EntryModeShift
impl UnwindSafe for EntryModeShift
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