pub struct NotificationUnreadCount {
pub count: u64,
pub status_message: Option<String>,
}Fields§
§count: u64§status_message: Option<String>Trait Implementations§
Source§impl Clone for NotificationUnreadCount
impl Clone for NotificationUnreadCount
Source§fn clone(&self) -> NotificationUnreadCount
fn clone(&self) -> NotificationUnreadCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NotificationUnreadCount
impl Debug for NotificationUnreadCount
Source§impl<'de> Deserialize<'de> for NotificationUnreadCount
impl<'de> Deserialize<'de> for NotificationUnreadCount
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
impl Eq for NotificationUnreadCount
Source§impl PartialEq for NotificationUnreadCount
impl PartialEq for NotificationUnreadCount
Source§fn eq(&self, other: &NotificationUnreadCount) -> bool
fn eq(&self, other: &NotificationUnreadCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NotificationUnreadCount
impl Serialize for NotificationUnreadCount
impl StructuralPartialEq for NotificationUnreadCount
Auto Trait Implementations§
impl Freeze for NotificationUnreadCount
impl RefUnwindSafe for NotificationUnreadCount
impl Send for NotificationUnreadCount
impl Sync for NotificationUnreadCount
impl Unpin for NotificationUnreadCount
impl UnsafeUnpin for NotificationUnreadCount
impl UnwindSafe for NotificationUnreadCount
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