pub struct QueueBuilder<'a, 'b, V: Send + Sync, const MAX_QUEUE: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, 'b, V, const MAX_QUEUE: usize> !RefUnwindSafe for QueueBuilder<'a, 'b, V, MAX_QUEUE>
impl<'a, 'b, V, const MAX_QUEUE: usize> Send for QueueBuilder<'a, 'b, V, MAX_QUEUE>
impl<'a, 'b, V, const MAX_QUEUE: usize> Sync for QueueBuilder<'a, 'b, V, MAX_QUEUE>
impl<'a, 'b, V, const MAX_QUEUE: usize> Unpin for QueueBuilder<'a, 'b, V, MAX_QUEUE>where 'a: 'b,
impl<'a, 'b, V, const MAX_QUEUE: usize> !UnwindSafe for QueueBuilder<'a, 'b, V, MAX_QUEUE>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more