pub struct Multiset<T> { /* private fields */ }Expand description
Multiset for AC matching.
Represents a collection of elements where order doesn’t matter but multiplicity does.
Implementations§
Trait Implementations§
impl<T: Eq + Hash> Eq for Multiset<T>
Auto Trait Implementations§
impl<T> Freeze for Multiset<T>
impl<T> RefUnwindSafe for Multiset<T>where
T: RefUnwindSafe,
impl<T> Send for Multiset<T>where
T: Send,
impl<T> Sync for Multiset<T>where
T: Sync,
impl<T> Unpin for Multiset<T>where
T: Unpin,
impl<T> UnwindSafe for Multiset<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