pub struct ErrorResponseErrors {
pub object: Option<String>,
pub property: Option<String>,
pub reason: Option<String>,
}Fields§
§object: Option<String>§property: Option<String>§reason: Option<String>Implementations§
Source§impl ErrorResponseErrors
impl ErrorResponseErrors
pub fn new() -> ErrorResponseErrors
Trait Implementations§
Source§impl Clone for ErrorResponseErrors
impl Clone for ErrorResponseErrors
Source§fn clone(&self) -> ErrorResponseErrors
fn clone(&self) -> ErrorResponseErrors
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ErrorResponseErrors
impl Debug for ErrorResponseErrors
Source§impl Default for ErrorResponseErrors
impl Default for ErrorResponseErrors
Source§fn default() -> ErrorResponseErrors
fn default() -> ErrorResponseErrors
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ErrorResponseErrors
impl<'de> Deserialize<'de> for ErrorResponseErrors
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 ErrorResponseErrors
impl PartialEq for ErrorResponseErrors
Source§impl Serialize for ErrorResponseErrors
impl Serialize for ErrorResponseErrors
impl StructuralPartialEq for ErrorResponseErrors
Auto Trait Implementations§
impl Freeze for ErrorResponseErrors
impl RefUnwindSafe for ErrorResponseErrors
impl Send for ErrorResponseErrors
impl Sync for ErrorResponseErrors
impl Unpin for ErrorResponseErrors
impl UnsafeUnpin for ErrorResponseErrors
impl UnwindSafe for ErrorResponseErrors
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