pub enum EnterTransition {
FadeIn,
SlideIn,
ScaleIn,
ExpandIn,
}Variants§
Auto Trait Implementations§
impl Freeze for EnterTransition
impl RefUnwindSafe for EnterTransition
impl Send for EnterTransition
impl Sync for EnterTransition
impl Unpin for EnterTransition
impl UnwindSafe for EnterTransition
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