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