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