Struct amazon_sp_feeds::models::create_feed_document_response::CreateFeedDocumentResponse
source · [−]pub struct CreateFeedDocumentResponse {
pub payload: Option<Box<CreateFeedDocumentResult>>,
pub errors: Option<Vec<Error>>,
}Expand description
CreateFeedDocumentResponse : The response for the createFeedDocument operation.
Fields
payload: Option<Box<CreateFeedDocumentResult>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl CreateFeedDocumentResponse
impl CreateFeedDocumentResponse
sourcepub fn new() -> CreateFeedDocumentResponse
pub fn new() -> CreateFeedDocumentResponse
The response for the createFeedDocument operation.
Trait Implementations
sourceimpl Clone for CreateFeedDocumentResponse
impl Clone for CreateFeedDocumentResponse
sourcefn clone(&self) -> CreateFeedDocumentResponse
fn clone(&self) -> CreateFeedDocumentResponse
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 CreateFeedDocumentResponse
impl Debug for CreateFeedDocumentResponse
sourceimpl Default for CreateFeedDocumentResponse
impl Default for CreateFeedDocumentResponse
sourcefn default() -> CreateFeedDocumentResponse
fn default() -> CreateFeedDocumentResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CreateFeedDocumentResponse
impl<'de> Deserialize<'de> for CreateFeedDocumentResponse
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<CreateFeedDocumentResponse> for CreateFeedDocumentResponse
impl PartialEq<CreateFeedDocumentResponse> for CreateFeedDocumentResponse
sourcefn eq(&self, other: &CreateFeedDocumentResponse) -> bool
fn eq(&self, other: &CreateFeedDocumentResponse) -> bool
impl StructuralPartialEq for CreateFeedDocumentResponse
Auto Trait Implementations
impl RefUnwindSafe for CreateFeedDocumentResponse
impl Send for CreateFeedDocumentResponse
impl Sync for CreateFeedDocumentResponse
impl Unpin for CreateFeedDocumentResponse
impl UnwindSafe for CreateFeedDocumentResponse
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