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