pub enum SetVariant {
BTreeSet,
HashSet,
BinaryHeap,
LinkedList,
VecDeque,
Vec,
}
Variants§
Auto Trait Implementations§
impl Freeze for SetVariant
impl RefUnwindSafe for SetVariant
impl Send for SetVariant
impl Sync for SetVariant
impl Unpin for SetVariant
impl UnwindSafe for SetVariant
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