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