pub enum OnboardingAction {
Init,
None,
}Variants§
Trait Implementations§
Source§impl Clone for OnboardingAction
impl Clone for OnboardingAction
Source§fn clone(&self) -> OnboardingAction
fn clone(&self) -> OnboardingAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnboardingAction
Source§impl Debug for OnboardingAction
impl Debug for OnboardingAction
impl Eq for OnboardingAction
Source§impl PartialEq for OnboardingAction
impl PartialEq for OnboardingAction
impl StructuralPartialEq for OnboardingAction
Auto Trait Implementations§
impl Freeze for OnboardingAction
impl RefUnwindSafe for OnboardingAction
impl Send for OnboardingAction
impl Sync for OnboardingAction
impl Unpin for OnboardingAction
impl UnsafeUnpin for OnboardingAction
impl UnwindSafe for OnboardingAction
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