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