pub enum AuditLogActorApiKeyType {
User,
ServiceAccount,
}
Expand description
The type of API key. Can be either user
or service_account
.
Variants§
Trait Implementations§
Source§impl Clone for AuditLogActorApiKeyType
impl Clone for AuditLogActorApiKeyType
Source§fn clone(&self) -> AuditLogActorApiKeyType
fn clone(&self) -> AuditLogActorApiKeyType
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 AuditLogActorApiKeyType
impl Debug for AuditLogActorApiKeyType
Source§impl<'de> Deserialize<'de> for AuditLogActorApiKeyType
impl<'de> Deserialize<'de> for AuditLogActorApiKeyType
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
Source§impl PartialEq for AuditLogActorApiKeyType
impl PartialEq for AuditLogActorApiKeyType
Source§impl Serialize for AuditLogActorApiKeyType
impl Serialize for AuditLogActorApiKeyType
impl Copy for AuditLogActorApiKeyType
impl StructuralPartialEq for AuditLogActorApiKeyType
Auto Trait Implementations§
impl Freeze for AuditLogActorApiKeyType
impl RefUnwindSafe for AuditLogActorApiKeyType
impl Send for AuditLogActorApiKeyType
impl Sync for AuditLogActorApiKeyType
impl Unpin for AuditLogActorApiKeyType
impl UnwindSafe for AuditLogActorApiKeyType
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