pub struct SupabaseClient { /* private fields */ }
Expand description
Opaque handle to a Supabase client
Auto Trait Implementations§
impl Freeze for SupabaseClient
impl !RefUnwindSafe for SupabaseClient
impl Send for SupabaseClient
impl Sync for SupabaseClient
impl Unpin for SupabaseClient
impl !UnwindSafe for SupabaseClient
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