Struct supabase_auth::models::DesktopResendParams
source · pub struct DesktopResendParams {
pub otp_type: EmailOtpType,
pub email: String,
pub options: Option<DesktopResendOptions>,
}Fields§
§otp_type: EmailOtpType§email: String§options: Option<DesktopResendOptions>Trait Implementations§
source§impl Debug for DesktopResendParams
impl Debug for DesktopResendParams
source§impl<'de> Deserialize<'de> for DesktopResendParams
impl<'de> Deserialize<'de> for DesktopResendParams
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 DesktopResendParams
impl RefUnwindSafe for DesktopResendParams
impl Send for DesktopResendParams
impl Sync for DesktopResendParams
impl Unpin for DesktopResendParams
impl UnwindSafe for DesktopResendParams
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