pub struct JsonErrorPlan {
pub message: String,
pub code: String,
pub exit_code: u8,
}Fields§
§message: String§code: String§exit_code: u8Trait Implementations§
Source§impl Debug for JsonErrorPlan
impl Debug for JsonErrorPlan
impl Eq for JsonErrorPlan
Source§impl PartialEq for JsonErrorPlan
impl PartialEq for JsonErrorPlan
Source§fn eq(&self, other: &JsonErrorPlan) -> bool
fn eq(&self, other: &JsonErrorPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JsonErrorPlan
Auto Trait Implementations§
impl Freeze for JsonErrorPlan
impl RefUnwindSafe for JsonErrorPlan
impl Send for JsonErrorPlan
impl Sync for JsonErrorPlan
impl Unpin for JsonErrorPlan
impl UnsafeUnpin for JsonErrorPlan
impl UnwindSafe for JsonErrorPlan
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.