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