pub enum StaggerFrom {
First,
Last,
}Expand description
Determines which item in a group should animate first.
Variants§
Trait Implementations§
Source§impl Clone for StaggerFrom
impl Clone for StaggerFrom
Source§fn clone(&self) -> StaggerFrom
fn clone(&self) -> StaggerFrom
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 StaggerFrom
impl Debug for StaggerFrom
Source§impl PartialEq for StaggerFrom
impl PartialEq for StaggerFrom
impl Copy for StaggerFrom
impl Eq for StaggerFrom
impl StructuralPartialEq for StaggerFrom
Auto Trait Implementations§
impl Freeze for StaggerFrom
impl RefUnwindSafe for StaggerFrom
impl Send for StaggerFrom
impl Sync for StaggerFrom
impl Unpin for StaggerFrom
impl UnsafeUnpin for StaggerFrom
impl UnwindSafe for StaggerFrom
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