pub struct SendRecoveryCodeEmailRequest {
pub username: String,
pub org_id: Option<String>,
pub tenant_id: Option<String>,
}Expand description
Send Recovery Code Email
Fields§
§username: String§org_id: Option<String>§tenant_id: Option<String>Trait Implementations§
Source§impl Clone for SendRecoveryCodeEmailRequest
impl Clone for SendRecoveryCodeEmailRequest
Source§fn clone(&self) -> SendRecoveryCodeEmailRequest
fn clone(&self) -> SendRecoveryCodeEmailRequest
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 Debug for SendRecoveryCodeEmailRequest
impl Debug for SendRecoveryCodeEmailRequest
Source§impl<'de> Deserialize<'de> for SendRecoveryCodeEmailRequest
impl<'de> Deserialize<'de> for SendRecoveryCodeEmailRequest
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 SendRecoveryCodeEmailRequest
impl RefUnwindSafe for SendRecoveryCodeEmailRequest
impl Send for SendRecoveryCodeEmailRequest
impl Sync for SendRecoveryCodeEmailRequest
impl Unpin for SendRecoveryCodeEmailRequest
impl UnsafeUnpin for SendRecoveryCodeEmailRequest
impl UnwindSafe for SendRecoveryCodeEmailRequest
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