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