Struct amazon_sp_aplus_content::models::post_content_document_response_all_of::PostContentDocumentResponseAllOf
source · [−]pub struct PostContentDocumentResponseAllOf {
pub content_reference_key: String,
}Fields
content_reference_key: StringA unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
Implementations
sourceimpl PostContentDocumentResponseAllOf
impl PostContentDocumentResponseAllOf
pub fn new(content_reference_key: String) -> PostContentDocumentResponseAllOf
Trait Implementations
sourceimpl Clone for PostContentDocumentResponseAllOf
impl Clone for PostContentDocumentResponseAllOf
sourcefn clone(&self) -> PostContentDocumentResponseAllOf
fn clone(&self) -> PostContentDocumentResponseAllOf
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 PostContentDocumentResponseAllOf
impl Default for PostContentDocumentResponseAllOf
sourcefn default() -> PostContentDocumentResponseAllOf
fn default() -> PostContentDocumentResponseAllOf
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PostContentDocumentResponseAllOf
impl<'de> Deserialize<'de> for PostContentDocumentResponseAllOf
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<PostContentDocumentResponseAllOf> for PostContentDocumentResponseAllOf
impl PartialEq<PostContentDocumentResponseAllOf> for PostContentDocumentResponseAllOf
sourcefn eq(&self, other: &PostContentDocumentResponseAllOf) -> bool
fn eq(&self, other: &PostContentDocumentResponseAllOf) -> bool
impl StructuralPartialEq for PostContentDocumentResponseAllOf
Auto Trait Implementations
impl RefUnwindSafe for PostContentDocumentResponseAllOf
impl Send for PostContentDocumentResponseAllOf
impl Sync for PostContentDocumentResponseAllOf
impl Unpin for PostContentDocumentResponseAllOf
impl UnwindSafe for PostContentDocumentResponseAllOf
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