Struct octads::queues::LinkedListQueue
source · pub struct LinkedListQueue<T> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T: Debug> Debug for LinkedListQueue<T>
impl<T: Debug> Debug for LinkedListQueue<T>
source§impl<T> Default for LinkedListQueue<T>
impl<T> Default for LinkedListQueue<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for LinkedListQueue<T>where
T: RefUnwindSafe,
impl<T> !Send for LinkedListQueue<T>
impl<T> !Sync for LinkedListQueue<T>
impl<T> Unpin for LinkedListQueue<T>
impl<T> UnwindSafe for LinkedListQueue<T>where
T: RefUnwindSafe,
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