pub struct SupabaseAuth;Expand description
Helper for Supabase Authentication
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SupabaseAuth
impl RefUnwindSafe for SupabaseAuth
impl Send for SupabaseAuth
impl Sync for SupabaseAuth
impl Unpin for SupabaseAuth
impl UnsafeUnpin for SupabaseAuth
impl UnwindSafe for SupabaseAuth
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