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