pub struct DefaultQueue;Expand description
A constructor for a default queue
Auto Trait Implementations§
impl Freeze for DefaultQueue
impl RefUnwindSafe for DefaultQueue
impl Send for DefaultQueue
impl Sync for DefaultQueue
impl Unpin for DefaultQueue
impl UnwindSafe for DefaultQueue
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