pub struct FirebaseNotification { /* private fields */ }
Trait Implementations§
Source§impl Clone for FirebaseNotification
impl Clone for FirebaseNotification
Source§fn clone(&self) -> FirebaseNotification
fn clone(&self) -> FirebaseNotification
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 moreSource§impl Debug for FirebaseNotification
impl Debug for FirebaseNotification
Source§impl Default for FirebaseNotification
impl Default for FirebaseNotification
Source§fn default() -> FirebaseNotification
fn default() -> FirebaseNotification
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FirebaseNotification
impl RefUnwindSafe for FirebaseNotification
impl Send for FirebaseNotification
impl Sync for FirebaseNotification
impl Unpin for FirebaseNotification
impl UnwindSafe for FirebaseNotification
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