enum AnimPhase {
Shown,
Hide,
Hidden,
Show,
NoFocus,
Busy,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnimPhase
impl RefUnwindSafe for AnimPhase
impl Send for AnimPhase
impl Sync for AnimPhase
impl Unpin for AnimPhase
impl UnwindSafe for AnimPhase
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