pub struct NotificationContentStateDefault {
pub layout_key: String,
pub visual_items: VisualItems,
}Fields§
§layout_key: String§visual_items: VisualItemsTrait Implementations§
Source§impl Clone for NotificationContentStateDefault
impl Clone for NotificationContentStateDefault
Source§fn clone(&self) -> NotificationContentStateDefault
fn clone(&self) -> NotificationContentStateDefault
Returns a duplicate 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<'de> Deserialize<'de> for NotificationContentStateDefault
impl<'de> Deserialize<'de> for NotificationContentStateDefault
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 NotificationContentStateDefault
impl PartialEq for NotificationContentStateDefault
Source§fn eq(&self, other: &NotificationContentStateDefault) -> bool
fn eq(&self, other: &NotificationContentStateDefault) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NotificationContentStateDefault
impl StructuralPartialEq for NotificationContentStateDefault
Auto Trait Implementations§
impl Freeze for NotificationContentStateDefault
impl RefUnwindSafe for NotificationContentStateDefault
impl Send for NotificationContentStateDefault
impl Sync for NotificationContentStateDefault
impl Unpin for NotificationContentStateDefault
impl UnsafeUnpin for NotificationContentStateDefault
impl UnwindSafe for NotificationContentStateDefault
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