enum AnimPhase {
Shown,
Hide,
Hidden,
Show,
NoFocus,
Busy,
}Variants
Shown
Hide
Hidden
Show
NoFocus
Busy
Trait Implementations
impl StructuralPartialEq for AnimPhase
Auto Trait Implementations
impl RefUnwindSafe for AnimPhase
impl Send for AnimPhase
impl Sync for AnimPhase
impl Unpin for AnimPhase
impl UnwindSafe for AnimPhase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more