pub struct FcmOptions { /* private fields */ }Expand description
Additional FCM options.
Implementations§
Source§impl FcmOptions
impl FcmOptions
pub fn new() -> Self
pub fn analytics_label(&self) -> Option<&String>
pub fn set_analytics_label(&mut self, analytics_label: Option<String>)
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
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