pub struct FirebaseMessaging {
pub platform: Option<i32>,
pub last_updated: Option<String>,
}Fields§
§platform: Option<i32>§last_updated: Option<String>Trait Implementations§
Source§impl Clone for FirebaseMessaging
impl Clone for FirebaseMessaging
Source§fn clone(&self) -> FirebaseMessaging
fn clone(&self) -> FirebaseMessaging
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 FirebaseMessaging
impl Debug for FirebaseMessaging
Source§impl<'de> Deserialize<'de> for FirebaseMessaging
impl<'de> Deserialize<'de> for FirebaseMessaging
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FirebaseMessaging
impl RefUnwindSafe for FirebaseMessaging
impl Send for FirebaseMessaging
impl Sync for FirebaseMessaging
impl Unpin for FirebaseMessaging
impl UnwindSafe for FirebaseMessaging
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