pub struct CreateAmazonMotorsRequest {
pub attachments: Option<Vec<Attachment>>,
}Expand description
CreateAmazonMotorsRequest : The request schema for the createAmazonMotors operation.
Fields§
§attachments: Option<Vec<Attachment>>Attachments to include in the message to the buyer. If any text is included in the attachment, the text must be written in the buyer’s language of preference, which can be retrieved from the GetAttributes operation.
Implementations§
Source§impl CreateAmazonMotorsRequest
impl CreateAmazonMotorsRequest
Sourcepub fn new() -> CreateAmazonMotorsRequest
pub fn new() -> CreateAmazonMotorsRequest
The request schema for the createAmazonMotors operation.
Trait Implementations§
Source§impl Clone for CreateAmazonMotorsRequest
impl Clone for CreateAmazonMotorsRequest
Source§fn clone(&self) -> CreateAmazonMotorsRequest
fn clone(&self) -> CreateAmazonMotorsRequest
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 CreateAmazonMotorsRequest
impl Debug for CreateAmazonMotorsRequest
Source§impl Default for CreateAmazonMotorsRequest
impl Default for CreateAmazonMotorsRequest
Source§fn default() -> CreateAmazonMotorsRequest
fn default() -> CreateAmazonMotorsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateAmazonMotorsRequest
impl<'de> Deserialize<'de> for CreateAmazonMotorsRequest
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 CreateAmazonMotorsRequest
Auto Trait Implementations§
impl Freeze for CreateAmazonMotorsRequest
impl RefUnwindSafe for CreateAmazonMotorsRequest
impl Send for CreateAmazonMotorsRequest
impl Sync for CreateAmazonMotorsRequest
impl Unpin for CreateAmazonMotorsRequest
impl UnwindSafe for CreateAmazonMotorsRequest
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