pub enum StackTransitionType {
Show 20 variants
None,
Crossfade,
SlideRight,
SlideLeft,
SlideUp,
SlideDown,
SlideLeftRight,
SlideUpDown,
OverUp,
OverDown,
OverLeft,
OverRight,
UnderUp,
UnderDown,
UnderLeft,
UnderRight,
OverUpDown,
OverDownUp,
OverLeftRight,
OverRightLeft,
// some variants omitted
}
Variants§
None
Crossfade
SlideRight
SlideLeft
SlideUp
SlideDown
SlideLeftRight
SlideUpDown
OverUp
OverDown
OverLeft
OverRight
UnderUp
UnderDown
UnderLeft
UnderRight
OverUpDown
OverDownUp
OverLeftRight
OverRightLeft
Trait Implementations§
Source§impl Clone for StackTransitionType
impl Clone for StackTransitionType
Source§fn clone(&self) -> StackTransitionType
fn clone(&self) -> StackTransitionType
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§impl Debug for StackTransitionType
impl Debug for StackTransitionType
Source§impl Display for StackTransitionType
impl Display for StackTransitionType
Source§impl<'a> FromValue<'a> for StackTransitionType
impl<'a> FromValue<'a> for StackTransitionType
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for StackTransitionType
impl<'a> FromValueOptional<'a> for StackTransitionType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for StackTransitionType
impl Hash for StackTransitionType
Source§impl Ord for StackTransitionType
impl Ord for StackTransitionType
Source§fn cmp(&self, other: &StackTransitionType) -> Ordering
fn cmp(&self, other: &StackTransitionType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StackTransitionType
impl PartialEq for StackTransitionType
Source§impl PartialOrd for StackTransitionType
impl PartialOrd for StackTransitionType
Source§impl SetValue for StackTransitionType
impl SetValue for StackTransitionType
Source§impl StaticType for StackTransitionType
impl StaticType for StackTransitionType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for StackTransitionType
impl Eq for StackTransitionType
impl StructuralPartialEq for StackTransitionType
Auto Trait Implementations§
impl Freeze for StackTransitionType
impl RefUnwindSafe for StackTransitionType
impl Send for StackTransitionType
impl Sync for StackTransitionType
impl Unpin for StackTransitionType
impl UnwindSafe for StackTransitionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.