pub enum MapKind {
BTreeMap,
HashMap,
}Expand description
Specifies the inner map implementation for TimedMap.
Variants§
Auto Trait Implementations§
impl Freeze for MapKind
impl RefUnwindSafe for MapKind
impl Send for MapKind
impl Sync for MapKind
impl Unpin for MapKind
impl UnwindSafe for MapKind
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