Struct supabase_auth::models::SignInWithEmailOtp
source · pub struct SignInWithEmailOtp {
pub email: String,
pub options: Option<SignInEmailOtpParams>,
}Fields§
§email: StringThe user’s phone number.
options: Option<SignInEmailOtpParams>Trait Implementations§
source§impl Debug for SignInWithEmailOtp
impl Debug for SignInWithEmailOtp
source§impl<'de> Deserialize<'de> for SignInWithEmailOtp
impl<'de> Deserialize<'de> for SignInWithEmailOtp
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 SignInWithEmailOtp
impl RefUnwindSafe for SignInWithEmailOtp
impl Send for SignInWithEmailOtp
impl Sync for SignInWithEmailOtp
impl Unpin for SignInWithEmailOtp
impl UnwindSafe for SignInWithEmailOtp
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