pub struct ContinueWithSettingsUi {
pub action: ActionEnum,
pub flow: Box<ContinueWithSettingsUiFlow>,
}Expand description
ContinueWithSettingsUi : Indicates, that the UI flow could be continued by showing a settings ui
Fields§
§action: ActionEnumAction will always be show_settings_ui show_settings_ui ContinueWithActionShowSettingsUIString
flow: Box<ContinueWithSettingsUiFlow>Implementations§
Source§impl ContinueWithSettingsUi
impl ContinueWithSettingsUi
Sourcepub fn new(
action: ActionEnum,
flow: ContinueWithSettingsUiFlow,
) -> ContinueWithSettingsUi
pub fn new( action: ActionEnum, flow: ContinueWithSettingsUiFlow, ) -> ContinueWithSettingsUi
Indicates, that the UI flow could be continued by showing a settings ui
Trait Implementations§
Source§impl Clone for ContinueWithSettingsUi
impl Clone for ContinueWithSettingsUi
Source§fn clone(&self) -> ContinueWithSettingsUi
fn clone(&self) -> ContinueWithSettingsUi
Returns a duplicate 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 ContinueWithSettingsUi
impl Debug for ContinueWithSettingsUi
Source§impl Default for ContinueWithSettingsUi
impl Default for ContinueWithSettingsUi
Source§fn default() -> ContinueWithSettingsUi
fn default() -> ContinueWithSettingsUi
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContinueWithSettingsUi
impl<'de> Deserialize<'de> for ContinueWithSettingsUi
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 ContinueWithSettingsUi
impl PartialEq for ContinueWithSettingsUi
Source§impl Serialize for ContinueWithSettingsUi
impl Serialize for ContinueWithSettingsUi
impl StructuralPartialEq for ContinueWithSettingsUi
Auto Trait Implementations§
impl Freeze for ContinueWithSettingsUi
impl RefUnwindSafe for ContinueWithSettingsUi
impl Send for ContinueWithSettingsUi
impl Sync for ContinueWithSettingsUi
impl Unpin for ContinueWithSettingsUi
impl UnwindSafe for ContinueWithSettingsUi
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