pub struct Firebase { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Firebase
impl !RefUnwindSafe for Firebase
impl !Send for Firebase
impl !Sync for Firebase
impl Unpin for Firebase
impl !UnwindSafe for Firebase
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