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