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