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