pub struct FixedQueue<T> { /* private fields */ }Implementations§
Source§impl<T> FixedQueue<T>
impl<T> FixedQueue<T>
Trait Implementations§
Source§impl<T> Default for FixedQueue<T>
impl<T> Default for FixedQueue<T>
Source§fn default() -> FixedQueue<T>
fn default() -> FixedQueue<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for FixedQueue<T>where
T: Freeze,
impl<T> RefUnwindSafe for FixedQueue<T>where
T: RefUnwindSafe,
impl<T> Send for FixedQueue<T>where
T: Send,
impl<T> Sync for FixedQueue<T>where
T: Sync,
impl<T> Unpin for FixedQueue<T>where
T: Unpin,
impl<T> UnsafeUnpin for FixedQueue<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for FixedQueue<T>where
T: UnwindSafe,
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