Struct pancake_engine_ssi::ds_n_a::multiset::Multiset
source · pub struct Multiset<T> {
dict: HashMap<T, usize>,
}Fields§
§dict: HashMap<T, usize>Implementations§
Auto Trait Implementations§
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