pub struct NotificationTypeSettings { /* private fields */ }Trait Implementations§
Source§impl Clone for NotificationTypeSettings
impl Clone for NotificationTypeSettings
Source§fn clone(&self) -> NotificationTypeSettings
fn clone(&self) -> NotificationTypeSettings
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 NotificationTypeSettings
impl Debug for NotificationTypeSettings
Source§impl<'de> Deserialize<'de> for NotificationTypeSettings
impl<'de> Deserialize<'de> for NotificationTypeSettings
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 NotificationTypeSettings
impl RefUnwindSafe for NotificationTypeSettings
impl Send for NotificationTypeSettings
impl Sync for NotificationTypeSettings
impl Unpin for NotificationTypeSettings
impl UnwindSafe for NotificationTypeSettings
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