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