pub struct FirebaseAuthConfig {
pub project_id: String,
pub public_keys_url: String,
}Expand description
Configuration for Firebase Authentication
Fields§
§project_id: StringFirebase project ID
public_keys_url: StringBase URL for public key metadata
Trait Implementations§
Source§impl Clone for FirebaseAuthConfig
impl Clone for FirebaseAuthConfig
Source§fn clone(&self) -> FirebaseAuthConfig
fn clone(&self) -> FirebaseAuthConfig
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 FirebaseAuthConfig
impl RefUnwindSafe for FirebaseAuthConfig
impl Send for FirebaseAuthConfig
impl Sync for FirebaseAuthConfig
impl Unpin for FirebaseAuthConfig
impl UnwindSafe for FirebaseAuthConfig
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