Struct amazon_sp_aplus_content::models::post_content_document_asin_relations_response::PostContentDocumentAsinRelationsResponse
source · [−]Fields
warnings: Option<Vec<Error>>A set of messages to the user, such as warnings or comments.
Implementations
Trait Implementations
sourceimpl Clone for PostContentDocumentAsinRelationsResponse
impl Clone for PostContentDocumentAsinRelationsResponse
sourcefn clone(&self) -> PostContentDocumentAsinRelationsResponse
fn clone(&self) -> PostContentDocumentAsinRelationsResponse
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 PostContentDocumentAsinRelationsResponse
impl Default for PostContentDocumentAsinRelationsResponse
sourcefn default() -> PostContentDocumentAsinRelationsResponse
fn default() -> PostContentDocumentAsinRelationsResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PostContentDocumentAsinRelationsResponse
impl<'de> Deserialize<'de> for PostContentDocumentAsinRelationsResponse
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<PostContentDocumentAsinRelationsResponse> for PostContentDocumentAsinRelationsResponse
impl PartialEq<PostContentDocumentAsinRelationsResponse> for PostContentDocumentAsinRelationsResponse
sourcefn eq(&self, other: &PostContentDocumentAsinRelationsResponse) -> bool
fn eq(&self, other: &PostContentDocumentAsinRelationsResponse) -> bool
impl StructuralPartialEq for PostContentDocumentAsinRelationsResponse
Auto Trait Implementations
impl RefUnwindSafe for PostContentDocumentAsinRelationsResponse
impl Send for PostContentDocumentAsinRelationsResponse
impl Sync for PostContentDocumentAsinRelationsResponse
impl Unpin for PostContentDocumentAsinRelationsResponse
impl UnwindSafe for PostContentDocumentAsinRelationsResponse
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