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