pub struct RequestTwoFactorPayload {
pub app: Option<String>,
pub email: Option<String>,
}Fields§
§app: Option<String>§email: Option<String>Trait Implementations§
Source§impl Clone for RequestTwoFactorPayload
impl Clone for RequestTwoFactorPayload
Source§fn clone(&self) -> RequestTwoFactorPayload
fn clone(&self) -> RequestTwoFactorPayload
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 RequestTwoFactorPayload
impl Debug for RequestTwoFactorPayload
Source§impl Default for RequestTwoFactorPayload
impl Default for RequestTwoFactorPayload
Source§fn default() -> RequestTwoFactorPayload
fn default() -> RequestTwoFactorPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RequestTwoFactorPayload
impl<'de> Deserialize<'de> for RequestTwoFactorPayload
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
Auto Trait Implementations§
impl Freeze for RequestTwoFactorPayload
impl RefUnwindSafe for RequestTwoFactorPayload
impl Send for RequestTwoFactorPayload
impl Sync for RequestTwoFactorPayload
impl Unpin for RequestTwoFactorPayload
impl UnwindSafe for RequestTwoFactorPayload
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