pub enum MutatorError {
InvalidKey,
InvalidValue {
key: String,
error: String,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MutatorError
impl RefUnwindSafe for MutatorError
impl Send for MutatorError
impl Sync for MutatorError
impl Unpin for MutatorError
impl UnwindSafe for MutatorError
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