pub enum AuditEntityType {
Goal,
Decision,
Commitment,
Dream,
Federation,
}Expand description
The entity type that was acted upon.
Variants§
Trait Implementations§
Source§impl Clone for AuditEntityType
impl Clone for AuditEntityType
Source§fn clone(&self) -> AuditEntityType
fn clone(&self) -> AuditEntityType
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 AuditEntityType
Source§impl Debug for AuditEntityType
impl Debug for AuditEntityType
Source§impl<'de> Deserialize<'de> for AuditEntityType
impl<'de> Deserialize<'de> for AuditEntityType
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 AuditEntityType
Source§impl Hash for AuditEntityType
impl Hash for AuditEntityType
Source§impl PartialEq for AuditEntityType
impl PartialEq for AuditEntityType
Source§impl Serialize for AuditEntityType
impl Serialize for AuditEntityType
impl StructuralPartialEq for AuditEntityType
Auto Trait Implementations§
impl Freeze for AuditEntityType
impl RefUnwindSafe for AuditEntityType
impl Send for AuditEntityType
impl Sync for AuditEntityType
impl Unpin for AuditEntityType
impl UnsafeUnpin for AuditEntityType
impl UnwindSafe for AuditEntityType
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