Struct bee_api_types::body::DefaultErrorResponse
source · [−]Expand description
Describes the default error format.
Fields
code: Stringmessage: StringTrait Implementations
sourceimpl Clone for DefaultErrorResponse
impl Clone for DefaultErrorResponse
sourcefn clone(&self) -> DefaultErrorResponse
fn clone(&self) -> DefaultErrorResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DefaultErrorResponse
impl Debug for DefaultErrorResponse
sourceimpl Serialize for DefaultErrorResponse
impl Serialize for DefaultErrorResponse
impl BodyInner for DefaultErrorResponse
Auto Trait Implementations
impl RefUnwindSafe for DefaultErrorResponse
impl Send for DefaultErrorResponse
impl Sync for DefaultErrorResponse
impl Unpin for DefaultErrorResponse
impl UnwindSafe for DefaultErrorResponse
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