pub struct UpdateConfigurationSetEventDestinationResponse {}Expand description
An empty element returned on a successful request.
Trait Implementations§
Source§impl Clone for UpdateConfigurationSetEventDestinationResponse
impl Clone for UpdateConfigurationSetEventDestinationResponse
Source§fn clone(&self) -> UpdateConfigurationSetEventDestinationResponse
fn clone(&self) -> UpdateConfigurationSetEventDestinationResponse
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 Default for UpdateConfigurationSetEventDestinationResponse
impl Default for UpdateConfigurationSetEventDestinationResponse
Source§fn default() -> UpdateConfigurationSetEventDestinationResponse
fn default() -> UpdateConfigurationSetEventDestinationResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateConfigurationSetEventDestinationResponse
impl PartialEq for UpdateConfigurationSetEventDestinationResponse
Source§fn eq(&self, other: &UpdateConfigurationSetEventDestinationResponse) -> bool
fn eq(&self, other: &UpdateConfigurationSetEventDestinationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateConfigurationSetEventDestinationResponse
Auto Trait Implementations§
impl Freeze for UpdateConfigurationSetEventDestinationResponse
impl RefUnwindSafe for UpdateConfigurationSetEventDestinationResponse
impl Send for UpdateConfigurationSetEventDestinationResponse
impl Sync for UpdateConfigurationSetEventDestinationResponse
impl Unpin for UpdateConfigurationSetEventDestinationResponse
impl UnwindSafe for UpdateConfigurationSetEventDestinationResponse
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