pub struct AndroidFcmOptions {
pub analytics_label: Option<String>,
}Expand description
Options for features provided by the FCM SDK for Android.
Fields§
§analytics_label: Option<String>Label associated with the message’s analytics data.
Trait Implementations§
Source§impl Clone for AndroidFcmOptions
impl Clone for AndroidFcmOptions
Source§fn clone(&self) -> AndroidFcmOptions
fn clone(&self) -> AndroidFcmOptions
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 AndroidFcmOptions
impl Debug for AndroidFcmOptions
Source§impl Default for AndroidFcmOptions
impl Default for AndroidFcmOptions
Source§fn default() -> AndroidFcmOptions
fn default() -> AndroidFcmOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AndroidFcmOptions
impl<'de> Deserialize<'de> for AndroidFcmOptions
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 AndroidFcmOptions
impl RefUnwindSafe for AndroidFcmOptions
impl Send for AndroidFcmOptions
impl Sync for AndroidFcmOptions
impl Unpin for AndroidFcmOptions
impl UnwindSafe for AndroidFcmOptions
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