Enum supabase_auth::models::ResendParams
source · pub enum ResendParams {
Desktop(DesktopResendParams),
Mobile(MobileResendParams),
}Variants§
Desktop(DesktopResendParams)
Mobile(MobileResendParams)
Trait Implementations§
source§impl Debug for ResendParams
impl Debug for ResendParams
source§impl<'de> Deserialize<'de> for ResendParams
impl<'de> Deserialize<'de> for ResendParams
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 ResendParams
impl RefUnwindSafe for ResendParams
impl Send for ResendParams
impl Sync for ResendParams
impl Unpin for ResendParams
impl UnwindSafe for ResendParams
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