pub struct AuditLogApiKeyDeleted {
pub id: String,
}
Expand description
The details for events with the type api_key.deleted
.
Fields§
§id: String
The tracking ID of the API key.
Trait Implementations§
Source§impl Debug for AuditLogApiKeyDeleted
impl Debug for AuditLogApiKeyDeleted
Source§impl<'de> Deserialize<'de> for AuditLogApiKeyDeleted
impl<'de> Deserialize<'de> for AuditLogApiKeyDeleted
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuditLogApiKeyDeleted
impl RefUnwindSafe for AuditLogApiKeyDeleted
impl Send for AuditLogApiKeyDeleted
impl Sync for AuditLogApiKeyDeleted
impl Unpin for AuditLogApiKeyDeleted
impl UnwindSafe for AuditLogApiKeyDeleted
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