pub enum ScEvSettings {
Back,
OpenPreviousConnectionsScreen,
OpenPreviousConnectionsScreenResult(PersistentStorageOutput),
OpenQuickActionsScreen,
OpenQuickActionsScreenResult(PersistentStorageOutput),
EnterTutorialMode,
}Variants§
Back
OpenPreviousConnectionsScreen
OpenPreviousConnectionsScreenResult(PersistentStorageOutput)
OpenQuickActionsScreen
OpenQuickActionsScreenResult(PersistentStorageOutput)
EnterTutorialMode
Trait Implementations§
Source§impl Clone for ScEvSettings
impl Clone for ScEvSettings
Source§fn clone(&self) -> ScEvSettings
fn clone(&self) -> ScEvSettings
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 ScEvSettings
impl Debug for ScEvSettings
Source§impl<'de> Deserialize<'de> for ScEvSettings
impl<'de> Deserialize<'de> for ScEvSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScEvSettings
impl PartialEq for ScEvSettings
Source§impl Serialize for ScEvSettings
impl Serialize for ScEvSettings
impl StructuralPartialEq for ScEvSettings
Auto Trait Implementations§
impl Freeze for ScEvSettings
impl RefUnwindSafe for ScEvSettings
impl Send for ScEvSettings
impl Sync for ScEvSettings
impl Unpin for ScEvSettings
impl UnwindSafe for ScEvSettings
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