pub struct PostMocksResponse400ErrorDetails {
pub param: Option<Vec<String>>,
}
Fields§
§param: Option<Vec<String>>
Information about the missing parameter.
Trait Implementations§
Source§impl Clone for PostMocksResponse400ErrorDetails
impl Clone for PostMocksResponse400ErrorDetails
Source§fn clone(&self) -> PostMocksResponse400ErrorDetails
fn clone(&self) -> PostMocksResponse400ErrorDetails
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<'de> Deserialize<'de> for PostMocksResponse400ErrorDetails
impl<'de> Deserialize<'de> for PostMocksResponse400ErrorDetails
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 PostMocksResponse400ErrorDetails
impl PartialEq for PostMocksResponse400ErrorDetails
Source§fn eq(&self, other: &PostMocksResponse400ErrorDetails) -> bool
fn eq(&self, other: &PostMocksResponse400ErrorDetails) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PostMocksResponse400ErrorDetails
Auto Trait Implementations§
impl Freeze for PostMocksResponse400ErrorDetails
impl RefUnwindSafe for PostMocksResponse400ErrorDetails
impl Send for PostMocksResponse400ErrorDetails
impl Sync for PostMocksResponse400ErrorDetails
impl Unpin for PostMocksResponse400ErrorDetails
impl UnwindSafe for PostMocksResponse400ErrorDetails
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