Struct supabase_auth::models::MobileResendParams
source · pub struct MobileResendParams {
pub otp_type: MobileOtpType,
pub phone: String,
pub options: Option<MobileResendOptions>,
}Fields§
§otp_type: MobileOtpType§phone: String§options: Option<MobileResendOptions>Trait Implementations§
source§impl Debug for MobileResendParams
impl Debug for MobileResendParams
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
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