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