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