pub struct ErrorField {
pub key: String,
pub value: Box<dyn ErrorFieldValue>,
}Fields§
§key: String§value: Box<dyn ErrorFieldValue>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorField
impl !RefUnwindSafe for ErrorField
impl Send for ErrorField
impl Sync for ErrorField
impl Unpin for ErrorField
impl !UnwindSafe for ErrorField
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