pub struct ProcessPushNotification { /* private fields */ }
Expand description
Handles a push notification. Returns error with code 406 if the push notification is not supported and connection to the server is required to fetch new data. Can be called before authorization
Implementations§
Trait Implementations§
Source§impl AsRef<ProcessPushNotification> for ProcessPushNotification
impl AsRef<ProcessPushNotification> for ProcessPushNotification
Source§fn as_ref(&self) -> &ProcessPushNotification
fn as_ref(&self) -> &ProcessPushNotification
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ProcessPushNotification
impl Clone for ProcessPushNotification
Source§fn clone(&self) -> ProcessPushNotification
fn clone(&self) -> ProcessPushNotification
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 moreSource§impl Debug for ProcessPushNotification
impl Debug for ProcessPushNotification
Source§impl Default for ProcessPushNotification
impl Default for ProcessPushNotification
Source§fn default() -> ProcessPushNotification
fn default() -> ProcessPushNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProcessPushNotification
impl<'de> Deserialize<'de> for ProcessPushNotification
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 ProcessPushNotification
impl RefUnwindSafe for ProcessPushNotification
impl Send for ProcessPushNotification
impl Sync for ProcessPushNotification
impl Unpin for ProcessPushNotification
impl UnwindSafe for ProcessPushNotification
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