Enum supabase_auth::models::EmailOtpType
source · pub enum EmailOtpType {
Signup,
Invite,
Magiclink,
Recovery,
EmailChange,
Email,
}
Variants§
Trait Implementations§
source§impl Debug for EmailOtpType
impl Debug for EmailOtpType
source§impl<'de> Deserialize<'de> for EmailOtpType
impl<'de> Deserialize<'de> for EmailOtpType
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 EmailOtpType
impl RefUnwindSafe for EmailOtpType
impl Send for EmailOtpType
impl Sync for EmailOtpType
impl Unpin for EmailOtpType
impl UnwindSafe for EmailOtpType
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