pub struct NotificationQueue { /* private fields */ }Expand description
Priority-ordered notification queue.
Implementations§
Trait Implementations§
Source§impl Debug for NotificationQueue
impl Debug for NotificationQueue
Source§impl Default for NotificationQueue
impl Default for NotificationQueue
Source§fn default() -> NotificationQueue
fn default() -> NotificationQueue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NotificationQueue
impl RefUnwindSafe for NotificationQueue
impl Send for NotificationQueue
impl Sync for NotificationQueue
impl Unpin for NotificationQueue
impl UnsafeUnpin for NotificationQueue
impl UnwindSafe for NotificationQueue
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