pub enum SlideDirection {
Left,
Right,
Up,
Down,
}Variants§
Trait Implementations§
Source§impl Clone for SlideDirection
impl Clone for SlideDirection
Source§fn clone(&self) -> SlideDirection
fn clone(&self) -> SlideDirection
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 moreimpl Copy for SlideDirection
Auto Trait Implementations§
impl Freeze for SlideDirection
impl RefUnwindSafe for SlideDirection
impl Send for SlideDirection
impl Sync for SlideDirection
impl Unpin for SlideDirection
impl UnsafeUnpin for SlideDirection
impl UnwindSafe for SlideDirection
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