pub struct LazyQueue<Item> { /* private fields */ }
Expand description
A clonable thread safe sink-like queue.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Item> Freeze for LazyQueue<Item>
impl<Item> !RefUnwindSafe for LazyQueue<Item>
impl<Item> Send for LazyQueue<Item>where
Item: Send,
impl<Item> Sync for LazyQueue<Item>where
Item: Send,
impl<Item> Unpin for LazyQueue<Item>
impl<Item> !UnwindSafe for LazyQueue<Item>
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