pub struct FcmNotificationService { /* 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 FcmNotificationService
impl FcmNotificationService
Trait Implementations§
Source§impl Clone for FcmNotificationService
impl Clone for FcmNotificationService
Source§fn clone(&self) -> FcmNotificationService
fn clone(&self) -> FcmNotificationService
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for FcmNotificationService
impl !RefUnwindSafe for FcmNotificationService
impl Send for FcmNotificationService
impl Sync for FcmNotificationService
impl Unpin for FcmNotificationService
impl !UnwindSafe for FcmNotificationService
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