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