Struct ory_client::models::continue_with_verification_ui_flow::ContinueWithVerificationUiFlow
source · pub struct ContinueWithVerificationUiFlow {
pub id: String,
pub url: Option<String>,
pub verifiable_address: String,
}Fields§
§id: StringThe ID of the verification flow
url: Option<String>The URL of the verification flow
verifiable_address: StringThe address that should be verified in this flow
Implementations§
source§impl ContinueWithVerificationUiFlow
impl ContinueWithVerificationUiFlow
pub fn new( id: String, verifiable_address: String ) -> ContinueWithVerificationUiFlow
Trait Implementations§
source§impl Clone for ContinueWithVerificationUiFlow
impl Clone for ContinueWithVerificationUiFlow
source§fn clone(&self) -> ContinueWithVerificationUiFlow
fn clone(&self) -> ContinueWithVerificationUiFlow
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<'de> Deserialize<'de> for ContinueWithVerificationUiFlow
impl<'de> Deserialize<'de> for ContinueWithVerificationUiFlow
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 ContinueWithVerificationUiFlow
impl PartialEq for ContinueWithVerificationUiFlow
source§fn eq(&self, other: &ContinueWithVerificationUiFlow) -> bool
fn eq(&self, other: &ContinueWithVerificationUiFlow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContinueWithVerificationUiFlow
Auto Trait Implementations§
impl RefUnwindSafe for ContinueWithVerificationUiFlow
impl Send for ContinueWithVerificationUiFlow
impl Sync for ContinueWithVerificationUiFlow
impl Unpin for ContinueWithVerificationUiFlow
impl UnwindSafe for ContinueWithVerificationUiFlow
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