pub enum SecurityAsset {
AuthoritativeState,
OperationLedger,
Journal,
AuditTrail,
TenantData,
IdentityAndAuthorization,
CryptographicKeys,
AuthorityMetadata,
GovernanceControls,
ProviderReferences,
AdminControlPlane,
}Expand description
Critical assets enumerated by the normative threat model.
Variants§
AuthoritativeState
OperationLedger
Journal
AuditTrail
TenantData
IdentityAndAuthorization
CryptographicKeys
AuthorityMetadata
GovernanceControls
ProviderReferences
AdminControlPlane
Trait Implementations§
Source§impl Clone for SecurityAsset
impl Clone for SecurityAsset
Source§fn clone(&self) -> SecurityAsset
fn clone(&self) -> SecurityAsset
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 SecurityAsset
Source§impl Debug for SecurityAsset
impl Debug for SecurityAsset
impl Eq for SecurityAsset
Source§impl PartialEq for SecurityAsset
impl PartialEq for SecurityAsset
impl StructuralPartialEq for SecurityAsset
Auto Trait Implementations§
impl Freeze for SecurityAsset
impl RefUnwindSafe for SecurityAsset
impl Send for SecurityAsset
impl Sync for SecurityAsset
impl Unpin for SecurityAsset
impl UnsafeUnpin for SecurityAsset
impl UnwindSafe for SecurityAsset
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