Enum struct_mapping::MutatorError
source · [−]Variants
InvalidKey
InvalidValue
Fields
key: StringKey parameters from mutator
error: StringError string from mutator’s serialization error
Mutator’s error on value serialization
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MutatorError
impl Send for MutatorError
impl Sync for MutatorError
impl Unpin for MutatorError
impl UnwindSafe for MutatorError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more