pub struct FoldableQueue<M: Monoid> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<M: Clone + Monoid> Clone for FoldableQueue<M>
impl<M: Clone + Monoid> Clone for FoldableQueue<M>
Source§fn clone(&self) -> FoldableQueue<M>
fn clone(&self) -> FoldableQueue<M>
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<M: Monoid> Debug for FoldableQueue<M>
impl<M: Monoid> Debug for FoldableQueue<M>
impl<M: Eq + Monoid> Eq for FoldableQueue<M>
impl<M: Monoid> StructuralPartialEq for FoldableQueue<M>
Auto Trait Implementations§
impl<M> Freeze for FoldableQueue<M>where
M: Freeze,
impl<M> RefUnwindSafe for FoldableQueue<M>
impl<M> Send for FoldableQueue<M>
impl<M> Sync for FoldableQueue<M>
impl<M> Unpin for FoldableQueue<M>
impl<M> UnwindSafe for FoldableQueue<M>
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