Struct supabase_auth::models::VerifyOtpOptions
source · pub struct VerifyOtpOptions {
pub redirect_to: Option<String>,
}
Fields§
§redirect_to: Option<String>
A URL to send the user to after they are confirmed.
Trait Implementations§
source§impl Debug for VerifyOtpOptions
impl Debug for VerifyOtpOptions
source§impl<'de> Deserialize<'de> for VerifyOtpOptions
impl<'de> Deserialize<'de> for VerifyOtpOptions
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 VerifyOtpOptions
impl RefUnwindSafe for VerifyOtpOptions
impl Send for VerifyOtpOptions
impl Sync for VerifyOtpOptions
impl Unpin for VerifyOtpOptions
impl UnwindSafe for VerifyOtpOptions
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