pub enum StackNavigationTransitionAction {
    None,
    ShowBegin,
    ShowDone,
    HideBegin,
    HideEnd,
}Expand description
Actions that are delivered to an incoming or outgoing “active” widget/view within a stack navigation container.
Variants§
Trait Implementations§
fn default_ref() -> &'static Self
Source§fn clone(&self) -> StackNavigationTransitionAction
 
fn clone(&self) -> StackNavigationTransitionAction
Returns a copy 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§fn eq(&self, other: &StackNavigationTransitionAction) -> bool
 
fn eq(&self, other: &StackNavigationTransitionAction) -> bool
Tests for 
self and other values to be equal, and is used by ==.Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> ActionTrait for T
 
impl<T> ActionTrait for T
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