pub struct JsonErrorDetail {
pub code: String,
pub message: String,
pub exit_code: i32,
}Fields§
§code: String§message: String§exit_code: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonErrorDetail
impl RefUnwindSafe for JsonErrorDetail
impl Send for JsonErrorDetail
impl Sync for JsonErrorDetail
impl Unpin for JsonErrorDetail
impl UnsafeUnpin for JsonErrorDetail
impl UnwindSafe for JsonErrorDetail
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