pub enum ComplianceFramework {
SOX,
GLBA,
PCIDSS,
HIPAA,
GDPR,
}Expand description
Compliance framework types
Variants§
SOX
Sarbanes-Oxley Act - Financial reporting controls
GLBA
Gramm-Leach-Bliley Act - Financial privacy
PCIDSS
Payment Card Industry Data Security Standard
HIPAA
HIPAA - Healthcare data privacy
GDPR
General Data Protection Regulation
Trait Implementations§
Source§impl Clone for ComplianceFramework
impl Clone for ComplianceFramework
Source§fn clone(&self) -> ComplianceFramework
fn clone(&self) -> ComplianceFramework
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 ComplianceFramework
impl Debug for ComplianceFramework
Source§impl<'de> Deserialize<'de> for ComplianceFramework
impl<'de> Deserialize<'de> for ComplianceFramework
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 ComplianceFramework
impl PartialEq for ComplianceFramework
Source§impl Serialize for ComplianceFramework
impl Serialize for ComplianceFramework
impl Copy for ComplianceFramework
impl Eq for ComplianceFramework
impl StructuralPartialEq for ComplianceFramework
Auto Trait Implementations§
impl Freeze for ComplianceFramework
impl RefUnwindSafe for ComplianceFramework
impl Send for ComplianceFramework
impl Sync for ComplianceFramework
impl Unpin for ComplianceFramework
impl UnwindSafe for ComplianceFramework
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