pub struct SimpleQueue;Trait Implementations§
Source§impl Clone for SimpleQueue
impl Clone for SimpleQueue
Source§fn clone(&self) -> SimpleQueue
fn clone(&self) -> SimpleQueue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimpleQueue
impl Debug for SimpleQueue
Source§impl Serialize for SimpleQueue
impl Serialize for SimpleQueue
impl Copy for SimpleQueue
Auto Trait Implementations§
impl Freeze for SimpleQueue
impl RefUnwindSafe for SimpleQueue
impl Send for SimpleQueue
impl Sync for SimpleQueue
impl Unpin for SimpleQueue
impl UnwindSafe for SimpleQueue
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