pub struct Queue { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Boxed for Queue
impl Boxed for Queue
source§impl QueueTrait for Queue
impl QueueTrait for Queue
source§impl QueueTraitConst for Queue
impl QueueTraitConst for Queue
impl Send for Queue
Auto Trait Implementations§
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