Struct neon_frame::StatusErrorJson
source · [−]Fields
code: usize
message: String
Trait Implementations
sourceimpl Serialize for StatusErrorJson
impl Serialize for StatusErrorJson
Auto Trait Implementations
impl RefUnwindSafe for StatusErrorJson
impl Send for StatusErrorJson
impl Sync for StatusErrorJson
impl Unpin for StatusErrorJson
impl UnwindSafe for StatusErrorJson
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more