Struct ruma_client_api::r0::sync::sync_events::UnreadNotificationsCount [−][src]
pub struct UnreadNotificationsCount {
pub highlight_count: Option<UInt>,
pub notification_count: Option<UInt>,
}Expand description
Unread notifications count.
Fields
highlight_count: Option<UInt>The number of unread notifications for this room with the highlight flag set.
notification_count: Option<UInt>The total number of unread notifications for this room.
Implementations
Trait Implementations
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 RefUnwindSafe for UnreadNotificationsCountimpl Send for UnreadNotificationsCountimpl Sync for UnreadNotificationsCountimpl Unpin for UnreadNotificationsCountimpl UnwindSafe for UnreadNotificationsCountBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more