pub struct NotificationBadge { /* private fields */ }Expand description
Notification badge (typically shows a count)
Implementations§
Auto Trait Implementations§
impl Freeze for NotificationBadge
impl RefUnwindSafe for NotificationBadge
impl Send for NotificationBadge
impl Sync for NotificationBadge
impl Unpin for NotificationBadge
impl UnsafeUnpin for NotificationBadge
impl UnwindSafe for NotificationBadge
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