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