pub enum QueueT {}Trait Implementations§
impl Copy for QueueT
impl Eq for QueueT
impl StructuralPartialEq for QueueT
Auto Trait Implementations§
impl Freeze for QueueT
impl RefUnwindSafe for QueueT
impl Send for QueueT
impl Sync for QueueT
impl Unpin for QueueT
impl UnwindSafe for QueueT
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