pub struct AuditLogConfiguration {
pub delete: Option<Box<DeleteConfiguration>>,
}
Fields§
§delete: Option<Box<DeleteConfiguration>>
Implementations§
source§impl AuditLogConfiguration
impl AuditLogConfiguration
pub fn new() -> AuditLogConfiguration
Trait Implementations§
source§impl Clone for AuditLogConfiguration
impl Clone for AuditLogConfiguration
source§fn clone(&self) -> AuditLogConfiguration
fn clone(&self) -> AuditLogConfiguration
Returns a copy 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 AuditLogConfiguration
impl Debug for AuditLogConfiguration
source§impl Default for AuditLogConfiguration
impl Default for AuditLogConfiguration
source§fn default() -> AuditLogConfiguration
fn default() -> AuditLogConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuditLogConfiguration
impl<'de> Deserialize<'de> for AuditLogConfiguration
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 AuditLogConfiguration
impl PartialEq for AuditLogConfiguration
source§fn eq(&self, other: &AuditLogConfiguration) -> bool
fn eq(&self, other: &AuditLogConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AuditLogConfiguration
impl Serialize for AuditLogConfiguration
impl StructuralPartialEq for AuditLogConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for AuditLogConfiguration
impl Send for AuditLogConfiguration
impl Sync for AuditLogConfiguration
impl Unpin for AuditLogConfiguration
impl UnwindSafe for AuditLogConfiguration
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