pub enum StaggerAxis {
X,
Y,
}Variants§
Trait Implementations§
Source§impl Clone for StaggerAxis
impl Clone for StaggerAxis
Source§fn clone(&self) -> StaggerAxis
fn clone(&self) -> StaggerAxis
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 Debug for StaggerAxis
impl Debug for StaggerAxis
Source§impl Default for StaggerAxis
impl Default for StaggerAxis
Source§fn default() -> StaggerAxis
fn default() -> StaggerAxis
Returns the “default value” for a type. Read more
Source§impl FromStr for StaggerAxis
impl FromStr for StaggerAxis
Source§impl PartialEq for StaggerAxis
impl PartialEq for StaggerAxis
impl Copy for StaggerAxis
impl Eq for StaggerAxis
impl StructuralPartialEq for StaggerAxis
Auto Trait Implementations§
impl Freeze for StaggerAxis
impl RefUnwindSafe for StaggerAxis
impl Send for StaggerAxis
impl Sync for StaggerAxis
impl Unpin for StaggerAxis
impl UnwindSafe for StaggerAxis
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