pub enum ScEvInitial {
Show 13 variants
AppendPreviousConnection(PreviousConnection),
AppendPreviousConnectionResult(PersistentStorageOutput),
InfluxBucketsConnectionTest,
InfluxBucketsConnectionTestResponse(Result<Response<BucketsResult>>),
LoadPreviousConnections,
LoadPreviousConnectionsResult(PersistentStorageOutput),
QuickActionsLoad,
QuickActionsLoadResult(PersistentStorageOutput),
QuickActionsUserSelected(UiStringIndex),
LoadSettingsScreen,
SetApiToken(String),
SetBaseUrl(String),
UserSelectedPreviousConnection(UiStringIndex),
}Variants§
AppendPreviousConnection(PreviousConnection)
AppendPreviousConnectionResult(PersistentStorageOutput)
InfluxBucketsConnectionTest
InfluxBucketsConnectionTestResponse(Result<Response<BucketsResult>>)
LoadPreviousConnections
LoadPreviousConnectionsResult(PersistentStorageOutput)
QuickActionsLoad
QuickActionsLoadResult(PersistentStorageOutput)
QuickActionsUserSelected(UiStringIndex)
LoadSettingsScreen
SetApiToken(String)
SetBaseUrl(String)
UserSelectedPreviousConnection(UiStringIndex)
User selected a previous connection string being the index of the selection
Trait Implementations§
Source§impl Clone for ScEvInitial
impl Clone for ScEvInitial
Source§fn clone(&self) -> ScEvInitial
fn clone(&self) -> ScEvInitial
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 ScEvInitial
impl Debug for ScEvInitial
Source§impl<'de> Deserialize<'de> for ScEvInitial
impl<'de> Deserialize<'de> for ScEvInitial
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 ScEvInitial
impl PartialEq for ScEvInitial
Source§impl Serialize for ScEvInitial
impl Serialize for ScEvInitial
impl StructuralPartialEq for ScEvInitial
Auto Trait Implementations§
impl Freeze for ScEvInitial
impl RefUnwindSafe for ScEvInitial
impl Send for ScEvInitial
impl Sync for ScEvInitial
impl Unpin for ScEvInitial
impl UnwindSafe for ScEvInitial
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