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