pub struct Constants {
pub node_client: bool,
pub node_admin: bool,
pub sdk_version: &'static str,
}Expand description
Firebase constants ported from the JS util package.
Fields§
§node_client: bool§node_admin: bool§sdk_version: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Constants
impl RefUnwindSafe for Constants
impl Send for Constants
impl Sync for Constants
impl Unpin for Constants
impl UnwindSafe for Constants
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