pub struct UpdateQueue { /* private fields */ }Expand description
An update queue sorted by priority (lowest = first).
Trait Implementations§
Source§impl Clone for UpdateQueue
impl Clone for UpdateQueue
Source§fn clone(&self) -> UpdateQueue
fn clone(&self) -> UpdateQueue
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 UpdateQueue
impl Debug for UpdateQueue
Source§impl Default for UpdateQueue
impl Default for UpdateQueue
Source§fn default() -> UpdateQueue
fn default() -> UpdateQueue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateQueue
impl RefUnwindSafe for UpdateQueue
impl Send for UpdateQueue
impl Sync for UpdateQueue
impl Unpin for UpdateQueue
impl UnsafeUnpin for UpdateQueue
impl UnwindSafe for UpdateQueue
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