pub enum AuditActorKind {
Human,
Service,
System,
Migration,
DatabasePrincipal,
Unknown,
}Expand description
Stable kind of principal responsible for an action.
Variants§
Trait Implementations§
Source§impl Clone for AuditActorKind
impl Clone for AuditActorKind
Source§fn clone(&self) -> AuditActorKind
fn clone(&self) -> AuditActorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AuditActorKind
Source§impl Debug for AuditActorKind
impl Debug for AuditActorKind
Source§impl<'de> Deserialize<'de> for AuditActorKind
impl<'de> Deserialize<'de> for AuditActorKind
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
impl Eq for AuditActorKind
Source§impl PartialEq for AuditActorKind
impl PartialEq for AuditActorKind
Source§impl Serialize for AuditActorKind
impl Serialize for AuditActorKind
impl StructuralPartialEq for AuditActorKind
Auto Trait Implementations§
impl Freeze for AuditActorKind
impl RefUnwindSafe for AuditActorKind
impl Send for AuditActorKind
impl Sync for AuditActorKind
impl Unpin for AuditActorKind
impl UnsafeUnpin for AuditActorKind
impl UnwindSafe for AuditActorKind
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