pub struct FirebaseAuthState {
pub firebase_auth: Arc<FirebaseAuth>,
}
Fields§
§firebase_auth: Arc<FirebaseAuth>
Implementations§
Source§impl FirebaseAuthState
impl FirebaseAuthState
pub fn new(firebase_auth: FirebaseAuth) -> Self
Trait Implementations§
Source§impl Clone for FirebaseAuthState
impl Clone for FirebaseAuthState
Source§fn clone(&self) -> FirebaseAuthState
fn clone(&self) -> FirebaseAuthState
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FirebaseAuthState
impl RefUnwindSafe for FirebaseAuthState
impl Send for FirebaseAuthState
impl Sync for FirebaseAuthState
impl Unpin for FirebaseAuthState
impl UnwindSafe for FirebaseAuthState
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