pub struct EnableSecurityHubResponse {}
Trait Implementations§
Source§impl Clone for EnableSecurityHubResponse
impl Clone for EnableSecurityHubResponse
Source§fn clone(&self) -> EnableSecurityHubResponse
fn clone(&self) -> EnableSecurityHubResponse
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 EnableSecurityHubResponse
impl Debug for EnableSecurityHubResponse
Source§impl Default for EnableSecurityHubResponse
impl Default for EnableSecurityHubResponse
Source§fn default() -> EnableSecurityHubResponse
fn default() -> EnableSecurityHubResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnableSecurityHubResponse
impl<'de> Deserialize<'de> for EnableSecurityHubResponse
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 EnableSecurityHubResponse
Auto Trait Implementations§
impl Freeze for EnableSecurityHubResponse
impl RefUnwindSafe for EnableSecurityHubResponse
impl Send for EnableSecurityHubResponse
impl Sync for EnableSecurityHubResponse
impl Unpin for EnableSecurityHubResponse
impl UnwindSafe for EnableSecurityHubResponse
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