pub struct ComplianceInformation {
pub certification_controls: Vec<CertificationControl>,
pub certification_name: String,
}Fields§
§certification_controls: Vec<CertificationControl>§certification_name: StringTrait Implementations§
Source§impl Clone for ComplianceInformation
impl Clone for ComplianceInformation
Source§fn clone(&self) -> ComplianceInformation
fn clone(&self) -> ComplianceInformation
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 ComplianceInformation
impl Debug for ComplianceInformation
Source§impl<'de> Deserialize<'de> for ComplianceInformation
impl<'de> Deserialize<'de> for ComplianceInformation
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 ComplianceInformation
impl PartialEq for ComplianceInformation
Source§impl Serialize for ComplianceInformation
impl Serialize for ComplianceInformation
impl Eq for ComplianceInformation
impl StructuralPartialEq for ComplianceInformation
Auto Trait Implementations§
impl Freeze for ComplianceInformation
impl RefUnwindSafe for ComplianceInformation
impl Send for ComplianceInformation
impl Sync for ComplianceInformation
impl Unpin for ComplianceInformation
impl UnwindSafe for ComplianceInformation
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