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