pub struct RemoveNotification { /* private fields */ }
Expand description
Removes an active notification from notification list. Needs to be called only if the notification is removed by the current user
Implementations§
Trait Implementations§
Source§impl AsRef<RemoveNotification> for RemoveNotification
impl AsRef<RemoveNotification> for RemoveNotification
Source§fn as_ref(&self) -> &RemoveNotification
fn as_ref(&self) -> &RemoveNotification
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for RemoveNotification
impl Clone for RemoveNotification
Source§fn clone(&self) -> RemoveNotification
fn clone(&self) -> RemoveNotification
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 RemoveNotification
impl Debug for RemoveNotification
Source§impl Default for RemoveNotification
impl Default for RemoveNotification
Source§fn default() -> RemoveNotification
fn default() -> RemoveNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoveNotification
impl<'de> Deserialize<'de> for RemoveNotification
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 RemoveNotification
impl RefUnwindSafe for RemoveNotification
impl Send for RemoveNotification
impl Sync for RemoveNotification
impl Unpin for RemoveNotification
impl UnwindSafe for RemoveNotification
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