pub enum GuideDirection {
Horizontal,
Vertical,
}Expand description
guide direction: “horizontal” | “vertical”
Variants§
Trait Implementations§
Source§impl Clone for GuideDirection
impl Clone for GuideDirection
Source§fn clone(&self) -> GuideDirection
fn clone(&self) -> GuideDirection
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 GuideDirection
Source§impl Debug for GuideDirection
impl Debug for GuideDirection
impl Eq for GuideDirection
Source§impl PartialEq for GuideDirection
impl PartialEq for GuideDirection
Source§fn eq(&self, other: &GuideDirection) -> bool
fn eq(&self, other: &GuideDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GuideDirection
Auto Trait Implementations§
impl Freeze for GuideDirection
impl RefUnwindSafe for GuideDirection
impl Send for GuideDirection
impl Sync for GuideDirection
impl Unpin for GuideDirection
impl UnsafeUnpin for GuideDirection
impl UnwindSafe for GuideDirection
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