pub enum RotationDirection {
Left,
Right,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for RotationDirection
impl AsRef<str> for RotationDirection
Source§impl Clone for RotationDirection
impl Clone for RotationDirection
Source§fn clone(&self) -> RotationDirection
fn clone(&self) -> RotationDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RotationDirection
impl Debug for RotationDirection
Source§impl PartialEq for RotationDirection
impl PartialEq for RotationDirection
Source§fn eq(&self, other: &RotationDirection) -> bool
fn eq(&self, other: &RotationDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RotationDirection
impl StructuralPartialEq for RotationDirection
Auto Trait Implementations§
impl Freeze for RotationDirection
impl RefUnwindSafe for RotationDirection
impl Send for RotationDirection
impl Sync for RotationDirection
impl Unpin for RotationDirection
impl UnsafeUnpin for RotationDirection
impl UnwindSafe for RotationDirection
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