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