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