Enum TransitionKind
pub enum TransitionKind {
Enter,
Exit,
Move,
Resize,
Fade,
Scale,
}Expand description
Transition intent.
Variants§
Trait Implementations§
§impl Clone for TransitionKind
impl Clone for TransitionKind
§fn clone(&self) -> TransitionKind
fn clone(&self) -> TransitionKind
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 more§impl Debug for TransitionKind
impl Debug for TransitionKind
§impl Hash for TransitionKind
impl Hash for TransitionKind
§impl Ord for TransitionKind
impl Ord for TransitionKind
§impl PartialEq for TransitionKind
impl PartialEq for TransitionKind
§impl PartialOrd for TransitionKind
impl PartialOrd for TransitionKind
impl Copy for TransitionKind
impl Eq for TransitionKind
impl StructuralPartialEq for TransitionKind
Auto Trait Implementations§
impl Freeze for TransitionKind
impl RefUnwindSafe for TransitionKind
impl Send for TransitionKind
impl Sync for TransitionKind
impl Unpin for TransitionKind
impl UnsafeUnpin for TransitionKind
impl UnwindSafe for TransitionKind
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