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