pub struct EmailProofResponse {
pub completed: bool,
pub redirect_url: Option<String>,
pub application_type: Option<HostedApplicationType>,
}Fields§
§completed: bool§redirect_url: Option<String>§application_type: Option<HostedApplicationType>Trusted type of the stored Application that owns this exact interaction. Present only on successful completion and used by Hosted UI to validate the final navigation scheme.
Trait Implementations§
Source§impl Clone for EmailProofResponse
impl Clone for EmailProofResponse
Source§fn clone(&self) -> EmailProofResponse
fn clone(&self) -> EmailProofResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for EmailProofResponse
impl ComposeSchema for EmailProofResponse
Source§impl Debug for EmailProofResponse
impl Debug for EmailProofResponse
Source§impl<'de> Deserialize<'de> for EmailProofResponse
impl<'de> Deserialize<'de> for EmailProofResponse
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
impl Eq for EmailProofResponse
Source§impl PartialEq for EmailProofResponse
impl PartialEq for EmailProofResponse
Source§impl Serialize for EmailProofResponse
impl Serialize for EmailProofResponse
impl StructuralPartialEq for EmailProofResponse
Auto Trait Implementations§
impl Freeze for EmailProofResponse
impl RefUnwindSafe for EmailProofResponse
impl Send for EmailProofResponse
impl Sync for EmailProofResponse
impl Unpin for EmailProofResponse
impl UnsafeUnpin for EmailProofResponse
impl UnwindSafe for EmailProofResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.