pub struct ErrResponse {
pub error: Err,
}Fields§
§error: ErrTrait Implementations§
Source§impl Clone for ErrResponse
impl Clone for ErrResponse
Source§fn clone(&self) -> ErrResponse
fn clone(&self) -> ErrResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ErrResponse
impl Debug for ErrResponse
Source§impl Default for ErrResponse
impl Default for ErrResponse
Source§fn default() -> ErrResponse
fn default() -> ErrResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ErrResponse
impl<'de> Deserialize<'de> for ErrResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ErrResponse
impl PartialEq for ErrResponse
Source§impl Serialize for ErrResponse
impl Serialize for ErrResponse
impl StructuralPartialEq for ErrResponse
Auto Trait Implementations§
impl Freeze for ErrResponse
impl RefUnwindSafe for ErrResponse
impl Send for ErrResponse
impl Sync for ErrResponse
impl Unpin for ErrResponse
impl UnwindSafe for ErrResponse
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