pub enum StaggerAxis {
X,
Y,
}
Variants§
Trait Implementations§
Source§impl Debug for StaggerAxis
impl Debug for StaggerAxis
Source§impl PartialEq for StaggerAxis
impl PartialEq 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