Struct amazon_sp_aplus_content::models::get_content_document_response_all_of::GetContentDocumentResponseAllOf
source · [−]pub struct GetContentDocumentResponseAllOf {
pub content_record: Box<ContentRecord>,
}Fields
content_record: Box<ContentRecord>Implementations
sourceimpl GetContentDocumentResponseAllOf
impl GetContentDocumentResponseAllOf
pub fn new(content_record: ContentRecord) -> GetContentDocumentResponseAllOf
Trait Implementations
sourceimpl Clone for GetContentDocumentResponseAllOf
impl Clone for GetContentDocumentResponseAllOf
sourcefn clone(&self) -> GetContentDocumentResponseAllOf
fn clone(&self) -> GetContentDocumentResponseAllOf
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 GetContentDocumentResponseAllOf
impl Default for GetContentDocumentResponseAllOf
sourcefn default() -> GetContentDocumentResponseAllOf
fn default() -> GetContentDocumentResponseAllOf
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetContentDocumentResponseAllOf
impl<'de> Deserialize<'de> for GetContentDocumentResponseAllOf
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<GetContentDocumentResponseAllOf> for GetContentDocumentResponseAllOf
impl PartialEq<GetContentDocumentResponseAllOf> for GetContentDocumentResponseAllOf
sourcefn eq(&self, other: &GetContentDocumentResponseAllOf) -> bool
fn eq(&self, other: &GetContentDocumentResponseAllOf) -> bool
impl StructuralPartialEq for GetContentDocumentResponseAllOf
Auto Trait Implementations
impl RefUnwindSafe for GetContentDocumentResponseAllOf
impl Send for GetContentDocumentResponseAllOf
impl Sync for GetContentDocumentResponseAllOf
impl Unpin for GetContentDocumentResponseAllOf
impl UnwindSafe for GetContentDocumentResponseAllOf
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