Struct firebase_app_sdk::Options
source · pub struct Options<'a> {
pub application_id: &'a str,
pub api_key: &'a str,
pub database_url: Option<&'a str>,
pub ga_tracking_id: Option<&'a str>,
pub storage_bucket: Option<&'a str>,
pub project_id: Option<&'a str>,
pub gcm_sender_id: Option<&'a str>,
pub auth_domain: Option<&'a str>,
}Fields§
§application_id: &'a str§api_key: &'a str§database_url: Option<&'a str>§ga_tracking_id: Option<&'a str>§storage_bucket: Option<&'a str>§project_id: Option<&'a str>§gcm_sender_id: Option<&'a str>§auth_domain: Option<&'a str>Auto Trait Implementations§
impl<'a> RefUnwindSafe for Options<'a>
impl<'a> Send for Options<'a>
impl<'a> Sync for Options<'a>
impl<'a> Unpin for Options<'a>
impl<'a> UnwindSafe for Options<'a>
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