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