pub enum ShiftDirect {
Left,
Right,
}Variants§
Trait Implementations§
Source§impl Clone for ShiftDirect
impl Clone for ShiftDirect
Source§fn clone(&self) -> ShiftDirect
fn clone(&self) -> ShiftDirect
Returns a duplicate 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 PartialEq for ShiftDirect
impl PartialEq for ShiftDirect
impl Copy for ShiftDirect
impl Eq for ShiftDirect
impl StructuralPartialEq for ShiftDirect
Auto Trait Implementations§
impl Freeze for ShiftDirect
impl RefUnwindSafe for ShiftDirect
impl Send for ShiftDirect
impl Sync for ShiftDirect
impl Unpin for ShiftDirect
impl UnwindSafe for ShiftDirect
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