pub struct AlertAggregate {
pub any_activity: bool,
pub any_bell: bool,
pub any_silence: bool,
pub any_unseen: bool,
pub attention_count: usize,
pub highest_priority: AttentionBadge,
}Fields§
§any_activity: bool§any_bell: bool§any_silence: bool§any_unseen: bool§attention_count: usize§highest_priority: AttentionBadgeTrait Implementations§
Source§impl Clone for AlertAggregate
impl Clone for AlertAggregate
Source§fn clone(&self) -> AlertAggregate
fn clone(&self) -> AlertAggregate
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 AlertAggregate
impl Debug for AlertAggregate
Source§impl Default for AlertAggregate
impl Default for AlertAggregate
Source§impl PartialEq for AlertAggregate
impl PartialEq for AlertAggregate
impl Eq for AlertAggregate
impl StructuralPartialEq for AlertAggregate
Auto Trait Implementations§
impl Freeze for AlertAggregate
impl RefUnwindSafe for AlertAggregate
impl Send for AlertAggregate
impl Sync for AlertAggregate
impl Unpin for AlertAggregate
impl UnsafeUnpin for AlertAggregate
impl UnwindSafe for AlertAggregate
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