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