pub enum AnimationExit {
KeyPress,
}Variants§
KeyPress
Trait Implementations§
Source§impl Clone for AnimationExit
impl Clone for AnimationExit
Source§fn clone(&self) -> AnimationExit
fn clone(&self) -> AnimationExit
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 AnimationExit
impl Debug for AnimationExit
Source§impl PartialEq for AnimationExit
impl PartialEq for AnimationExit
impl Copy for AnimationExit
impl Eq for AnimationExit
impl StructuralPartialEq for AnimationExit
Auto Trait Implementations§
impl Freeze for AnimationExit
impl RefUnwindSafe for AnimationExit
impl Send for AnimationExit
impl Sync for AnimationExit
impl Unpin for AnimationExit
impl UnsafeUnpin for AnimationExit
impl UnwindSafe for AnimationExit
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