pub struct MultiSet<T> { /* private fields */ }
Expand description
同一要素を複数個挿入可能なSet
Implementations§
Trait Implementations§
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>
impl<T> UnwindSafe for MultiSet<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