pub struct FcmNotification { /* private fields */ }Expand description
The main service for sending FCM notifications.
This struct provides methods to authenticate with Google OAuth2 and send notifications using the Firebase Cloud Messaging API.
Implementations§
Source§impl FcmNotification
impl FcmNotification
Trait Implementations§
Source§impl Clone for FcmNotification
impl Clone for FcmNotification
Source§fn clone(&self) -> FcmNotification
fn clone(&self) -> FcmNotification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for FcmNotification
impl !UnwindSafe for FcmNotification
impl Freeze for FcmNotification
impl Send for FcmNotification
impl Sync for FcmNotification
impl Unpin for FcmNotification
impl UnsafeUnpin for FcmNotification
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