pub struct FcmOptions {
pub analytics_label: Option<String>,
}Expand description
Platform independent options for features provided by the FCM SDKs.
This type is not used in any activity, and only used as part of another schema.
Fields§
§analytics_label: Option<String>Label associated with the message’s analytics data.
Trait Implementations§
Source§impl Clone for FcmOptions
impl Clone for FcmOptions
Source§fn clone(&self) -> FcmOptions
fn clone(&self) -> FcmOptions
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 FcmOptions
impl Debug for FcmOptions
Source§impl Default for FcmOptions
impl Default for FcmOptions
Source§fn default() -> FcmOptions
fn default() -> FcmOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FcmOptions
impl<'de> Deserialize<'de> for FcmOptions
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
Source§impl Serialize for FcmOptions
impl Serialize for FcmOptions
impl Part for FcmOptions
Auto Trait Implementations§
impl Freeze for FcmOptions
impl RefUnwindSafe for FcmOptions
impl Send for FcmOptions
impl Sync for FcmOptions
impl Unpin for FcmOptions
impl UnwindSafe for FcmOptions
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