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