pub struct NotificationCount {
pub new: Option<i64>,
}Expand description
NotificationCount number of unread notifications
Fields§
§new: Option<i64>Trait Implementations§
Source§impl Clone for NotificationCount
impl Clone for NotificationCount
Source§fn clone(&self) -> NotificationCount
fn clone(&self) -> NotificationCount
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 Debug for NotificationCount
impl Debug for NotificationCount
Source§impl<'de> Deserialize<'de> for NotificationCount
impl<'de> Deserialize<'de> for NotificationCount
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 NotificationCount
impl PartialEq for NotificationCount
Source§impl Serialize for NotificationCount
impl Serialize for NotificationCount
impl StructuralPartialEq for NotificationCount
Auto Trait Implementations§
impl Freeze for NotificationCount
impl RefUnwindSafe for NotificationCount
impl Send for NotificationCount
impl Sync for NotificationCount
impl Unpin for NotificationCount
impl UnwindSafe for NotificationCount
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