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