pub struct AuditLog_CertificateCreated {
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.
Trait Implementations§
Source§impl Clone for AuditLog_CertificateCreated
impl Clone for AuditLog_CertificateCreated
Source§fn clone(&self) -> AuditLog_CertificateCreated
fn clone(&self) -> AuditLog_CertificateCreated
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 AuditLog_CertificateCreated
impl Debug for AuditLog_CertificateCreated
Source§impl Default for AuditLog_CertificateCreated
impl Default for AuditLog_CertificateCreated
Source§fn default() -> AuditLog_CertificateCreated
fn default() -> AuditLog_CertificateCreated
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuditLog_CertificateCreated
impl RefUnwindSafe for AuditLog_CertificateCreated
impl Send for AuditLog_CertificateCreated
impl Sync for AuditLog_CertificateCreated
impl Unpin for AuditLog_CertificateCreated
impl UnwindSafe for AuditLog_CertificateCreated
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