pub struct CreateAmazonMotorsResponse {
pub errors: Option<Vec<Error>>,
}
Expand description
CreateAmazonMotorsResponse : The response schema for the createAmazonMotors operation.
Fields§
§errors: Option<Vec<Error>>
A list of error responses returned when a request is unsuccessful.
Implementations§
Source§impl CreateAmazonMotorsResponse
impl CreateAmazonMotorsResponse
Sourcepub fn new() -> CreateAmazonMotorsResponse
pub fn new() -> CreateAmazonMotorsResponse
The response schema for the createAmazonMotors operation.
Trait Implementations§
Source§impl Clone for CreateAmazonMotorsResponse
impl Clone for CreateAmazonMotorsResponse
Source§fn clone(&self) -> CreateAmazonMotorsResponse
fn clone(&self) -> CreateAmazonMotorsResponse
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 CreateAmazonMotorsResponse
impl Debug for CreateAmazonMotorsResponse
Source§impl Default for CreateAmazonMotorsResponse
impl Default for CreateAmazonMotorsResponse
Source§fn default() -> CreateAmazonMotorsResponse
fn default() -> CreateAmazonMotorsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateAmazonMotorsResponse
impl<'de> Deserialize<'de> for CreateAmazonMotorsResponse
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
impl StructuralPartialEq for CreateAmazonMotorsResponse
Auto Trait Implementations§
impl Freeze for CreateAmazonMotorsResponse
impl RefUnwindSafe for CreateAmazonMotorsResponse
impl Send for CreateAmazonMotorsResponse
impl Sync for CreateAmazonMotorsResponse
impl Unpin for CreateAmazonMotorsResponse
impl UnwindSafe for CreateAmazonMotorsResponse
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