pub struct ErrorFormat {
pub json_envelope: Value,
pub fields: Vec<String>,
}Fields§
§json_envelope: Value§fields: Vec<String>Trait Implementations§
Source§impl Debug for ErrorFormat
impl Debug for ErrorFormat
Auto Trait Implementations§
impl Freeze for ErrorFormat
impl RefUnwindSafe for ErrorFormat
impl Send for ErrorFormat
impl Sync for ErrorFormat
impl Unpin for ErrorFormat
impl UnsafeUnpin for ErrorFormat
impl UnwindSafe for ErrorFormat
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