pub struct NotificationOption { /* private fields */ }
Expand description
Represents the options for a notification.
Trait Implementations§
Source§impl Clone for NotificationOption
impl Clone for NotificationOption
Source§fn clone(&self) -> NotificationOption
fn clone(&self) -> NotificationOption
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 NotificationOption
impl Debug for NotificationOption
Source§impl Default for NotificationOption
impl Default for NotificationOption
Source§fn default() -> NotificationOption
fn default() -> NotificationOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationOption
impl<'de> Deserialize<'de> for NotificationOption
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
Source§impl PartialEq for NotificationOption
impl PartialEq for NotificationOption
Source§impl Serialize for NotificationOption
impl Serialize for NotificationOption
impl StructuralPartialEq for NotificationOption
Auto Trait Implementations§
impl Freeze for NotificationOption
impl RefUnwindSafe for NotificationOption
impl Send for NotificationOption
impl Sync for NotificationOption
impl Unpin for NotificationOption
impl UnwindSafe for NotificationOption
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