pub struct ContinueWithVerificationUi {
pub action: ActionEnum,
pub flow: Box<ContinueWithVerificationUiFlow>,
}Expand description
ContinueWithVerificationUi : Indicates, that the UI flow could be continued by showing a verification ui
Fields§
§action: ActionEnumAction will always be show_verification_ui show_verification_ui ContinueWithActionShowVerificationUIString
flow: Box<ContinueWithVerificationUiFlow>Implementations§
source§impl ContinueWithVerificationUi
impl ContinueWithVerificationUi
sourcepub fn new(
action: ActionEnum,
flow: ContinueWithVerificationUiFlow
) -> ContinueWithVerificationUi
pub fn new( action: ActionEnum, flow: ContinueWithVerificationUiFlow ) -> ContinueWithVerificationUi
Indicates, that the UI flow could be continued by showing a verification ui
Trait Implementations§
source§impl Clone for ContinueWithVerificationUi
impl Clone for ContinueWithVerificationUi
source§fn clone(&self) -> ContinueWithVerificationUi
fn clone(&self) -> ContinueWithVerificationUi
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 ContinueWithVerificationUi
impl Debug for ContinueWithVerificationUi
source§impl<'de> Deserialize<'de> for ContinueWithVerificationUi
impl<'de> Deserialize<'de> for ContinueWithVerificationUi
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 ContinueWithVerificationUi
impl PartialEq for ContinueWithVerificationUi
source§fn eq(&self, other: &ContinueWithVerificationUi) -> bool
fn eq(&self, other: &ContinueWithVerificationUi) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContinueWithVerificationUi
Auto Trait Implementations§
impl RefUnwindSafe for ContinueWithVerificationUi
impl Send for ContinueWithVerificationUi
impl Sync for ContinueWithVerificationUi
impl Unpin for ContinueWithVerificationUi
impl UnwindSafe for ContinueWithVerificationUi
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