Struct ruma_client_api::r0::sync::sync_events::UnreadNotificationsCount
[−]
[src]
pub struct UnreadNotificationsCount {
pub highlight_count: u64,
pub notification_count: u64,
}unread notifications count
Fields
highlight_count: u64
The number of unread notifications for this room with the highlight flag set.
notification_count: u64
The total number of unread notifications for this room.
Trait Implementations
impl Clone for UnreadNotificationsCount[src]
fn clone(&self) -> UnreadNotificationsCount
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more