pub enum MapVariant {
HashMap,
BTreeMap,
}
Variants§
Auto Trait Implementations§
impl Freeze for MapVariant
impl RefUnwindSafe for MapVariant
impl Send for MapVariant
impl Sync for MapVariant
impl Unpin for MapVariant
impl UnwindSafe for MapVariant
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