Struct supabase_auth::models::GotrueMetaSecurity
source · pub struct GotrueMetaSecurity { /* private fields */ }
Trait Implementations§
source§impl Debug for GotrueMetaSecurity
impl Debug for GotrueMetaSecurity
Auto Trait Implementations§
impl Freeze for GotrueMetaSecurity
impl RefUnwindSafe for GotrueMetaSecurity
impl Send for GotrueMetaSecurity
impl Sync for GotrueMetaSecurity
impl Unpin for GotrueMetaSecurity
impl UnwindSafe for GotrueMetaSecurity
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