pub struct DeleteDestinationResponse {
pub errors: Option<Vec<Error>>,
}Expand description
DeleteDestinationResponse : The response schema for the deleteDestination operation.
Fields§
§errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations§
Source§impl DeleteDestinationResponse
impl DeleteDestinationResponse
Sourcepub fn new() -> DeleteDestinationResponse
pub fn new() -> DeleteDestinationResponse
The response schema for the deleteDestination operation.
Trait Implementations§
Source§impl Clone for DeleteDestinationResponse
impl Clone for DeleteDestinationResponse
Source§fn clone(&self) -> DeleteDestinationResponse
fn clone(&self) -> DeleteDestinationResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteDestinationResponse
impl Debug for DeleteDestinationResponse
Source§impl Default for DeleteDestinationResponse
impl Default for DeleteDestinationResponse
Source§fn default() -> DeleteDestinationResponse
fn default() -> DeleteDestinationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteDestinationResponse
impl<'de> Deserialize<'de> for DeleteDestinationResponse
Source§fn 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
impl StructuralPartialEq for DeleteDestinationResponse
Auto Trait Implementations§
impl Freeze for DeleteDestinationResponse
impl RefUnwindSafe for DeleteDestinationResponse
impl Send for DeleteDestinationResponse
impl Sync for DeleteDestinationResponse
impl Unpin for DeleteDestinationResponse
impl UnwindSafe for DeleteDestinationResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more