pub struct QueueRef { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for QueueRef
impl RefUnwindSafe for QueueRef
impl Send for QueueRef
impl Sync for QueueRef
impl Unpin for QueueRef
impl UnsafeUnpin for QueueRef
impl UnwindSafe for QueueRef
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