pub enum DevelopmentLedgerUse {
LocalDiagnostic,
AuditExport,
ComplianceEvidence,
CrossSystemTrustDecision,
ExternalReporting,
}Expand description
Use requested for development-ledger data.
Variants§
LocalDiagnostic
Local diagnostic inspection by the operator.
AuditExport
Audit export artifact.
ComplianceEvidence
Compliance evidence generation.
CrossSystemTrustDecision
Cross-system trust decision.
ExternalReporting
External reporting.
Implementations§
Trait Implementations§
Source§impl Clone for DevelopmentLedgerUse
impl Clone for DevelopmentLedgerUse
Source§fn clone(&self) -> DevelopmentLedgerUse
fn clone(&self) -> DevelopmentLedgerUse
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 moreSource§impl Debug for DevelopmentLedgerUse
impl Debug for DevelopmentLedgerUse
Source§impl<'de> Deserialize<'de> for DevelopmentLedgerUse
impl<'de> Deserialize<'de> for DevelopmentLedgerUse
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 DevelopmentLedgerUse
impl PartialEq for DevelopmentLedgerUse
Source§fn eq(&self, other: &DevelopmentLedgerUse) -> bool
fn eq(&self, other: &DevelopmentLedgerUse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DevelopmentLedgerUse
impl Serialize for DevelopmentLedgerUse
impl Copy for DevelopmentLedgerUse
impl Eq for DevelopmentLedgerUse
impl StructuralPartialEq for DevelopmentLedgerUse
Auto Trait Implementations§
impl Freeze for DevelopmentLedgerUse
impl RefUnwindSafe for DevelopmentLedgerUse
impl Send for DevelopmentLedgerUse
impl Sync for DevelopmentLedgerUse
impl Unpin for DevelopmentLedgerUse
impl UnsafeUnpin for DevelopmentLedgerUse
impl UnwindSafe for DevelopmentLedgerUse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.