pub struct AuditLogCertificateUpdated {
pub id: Option<String>,
pub name: Option<String>,
}
Expand description
The details for events with this type
.
Fields§
§id: Option<String>
The certificate ID.
name: Option<String>
The name of the certificate.
Implementations§
Trait Implementations§
Source§impl Clone for AuditLogCertificateUpdated
impl Clone for AuditLogCertificateUpdated
Source§fn clone(&self) -> AuditLogCertificateUpdated
fn clone(&self) -> AuditLogCertificateUpdated
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 AuditLogCertificateUpdated
impl Debug for AuditLogCertificateUpdated
Source§impl Default for AuditLogCertificateUpdated
impl Default for AuditLogCertificateUpdated
Source§fn default() -> AuditLogCertificateUpdated
fn default() -> AuditLogCertificateUpdated
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuditLogCertificateUpdated
impl<'de> Deserialize<'de> for AuditLogCertificateUpdated
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
impl StructuralPartialEq for AuditLogCertificateUpdated
Auto Trait Implementations§
impl Freeze for AuditLogCertificateUpdated
impl RefUnwindSafe for AuditLogCertificateUpdated
impl Send for AuditLogCertificateUpdated
impl Sync for AuditLogCertificateUpdated
impl Unpin for AuditLogCertificateUpdated
impl UnwindSafe for AuditLogCertificateUpdated
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