pub struct NotificationsSettings { /* private fields */ }Trait Implementations§
Source§impl Clone for NotificationsSettings
impl Clone for NotificationsSettings
Source§fn clone(&self) -> NotificationsSettings
fn clone(&self) -> NotificationsSettings
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 NotificationsSettings
impl Debug for NotificationsSettings
Source§impl<'de> Deserialize<'de> for NotificationsSettings
impl<'de> Deserialize<'de> for NotificationsSettings
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 Serialize for NotificationsSettings
impl Serialize for NotificationsSettings
Source§impl TryFrom<&Entry> for NotificationsSettings
impl TryFrom<&Entry> for NotificationsSettings
Source§impl TryFrom<&NotificationsSettings> for AppEntryBytes
impl TryFrom<&NotificationsSettings> for AppEntryBytes
Source§impl TryFrom<&NotificationsSettings> for Entry
impl TryFrom<&NotificationsSettings> for Entry
Source§impl TryFrom<&NotificationsSettings> for SerializedBytes
impl TryFrom<&NotificationsSettings> for SerializedBytes
Source§impl TryFrom<&Record> for NotificationsSettings
impl TryFrom<&Record> for NotificationsSettings
Source§impl TryFrom<Entry> for NotificationsSettings
impl TryFrom<Entry> for NotificationsSettings
Source§impl TryFrom<HoloHashed<Entry>> for NotificationsSettings
impl TryFrom<HoloHashed<Entry>> for NotificationsSettings
Source§impl TryFrom<NotificationsSettings> for AppEntryBytes
impl TryFrom<NotificationsSettings> for AppEntryBytes
Source§impl TryFrom<NotificationsSettings> for Entry
impl TryFrom<NotificationsSettings> for Entry
Source§impl TryFrom<NotificationsSettings> for SerializedBytes
impl TryFrom<NotificationsSettings> for SerializedBytes
Source§impl TryFrom<Record> for NotificationsSettings
impl TryFrom<Record> for NotificationsSettings
Auto Trait Implementations§
impl Freeze for NotificationsSettings
impl RefUnwindSafe for NotificationsSettings
impl Send for NotificationsSettings
impl Sync for NotificationsSettings
impl Unpin for NotificationsSettings
impl UnwindSafe for NotificationsSettings
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