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