Struct amazon_sp_aplus_content::models::post_content_document_asin_relations_request::PostContentDocumentAsinRelationsRequest
source · [−]Fields
asin_set: Vec<String>The set of ASINs.
Implementations
sourceimpl PostContentDocumentAsinRelationsRequest
impl PostContentDocumentAsinRelationsRequest
pub fn new(asin_set: Vec<String>) -> PostContentDocumentAsinRelationsRequest
Trait Implementations
sourceimpl Clone for PostContentDocumentAsinRelationsRequest
impl Clone for PostContentDocumentAsinRelationsRequest
sourcefn clone(&self) -> PostContentDocumentAsinRelationsRequest
fn clone(&self) -> PostContentDocumentAsinRelationsRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for PostContentDocumentAsinRelationsRequest
impl Default for PostContentDocumentAsinRelationsRequest
sourcefn default() -> PostContentDocumentAsinRelationsRequest
fn default() -> PostContentDocumentAsinRelationsRequest
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PostContentDocumentAsinRelationsRequest
impl<'de> Deserialize<'de> for PostContentDocumentAsinRelationsRequest
sourcefn 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
sourceimpl PartialEq<PostContentDocumentAsinRelationsRequest> for PostContentDocumentAsinRelationsRequest
impl PartialEq<PostContentDocumentAsinRelationsRequest> for PostContentDocumentAsinRelationsRequest
sourcefn eq(&self, other: &PostContentDocumentAsinRelationsRequest) -> bool
fn eq(&self, other: &PostContentDocumentAsinRelationsRequest) -> bool
impl StructuralPartialEq for PostContentDocumentAsinRelationsRequest
Auto Trait Implementations
impl RefUnwindSafe for PostContentDocumentAsinRelationsRequest
impl Send for PostContentDocumentAsinRelationsRequest
impl Sync for PostContentDocumentAsinRelationsRequest
impl Unpin for PostContentDocumentAsinRelationsRequest
impl UnwindSafe for PostContentDocumentAsinRelationsRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more