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