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