pub struct DiffPolicyChange<'a> {Show 14 fields
pub severity: &'a str,
pub allow_id: &'a str,
pub kind: &'a str,
pub message: &'a str,
pub exception_identity: Option<DiffExceptionIdentityChange<'a>>,
pub selector_identity: Option<DiffSelectorIdentityChange<'a>>,
pub selector_precision: Option<DiffSelectorPrecisionChange<'a>>,
pub scope: Option<DiffScopeChange<'a>>,
pub occurrence_limit: Option<DiffOccurrenceLimitChange>,
pub lifecycle: Option<DiffLifecycleChange<'a>>,
pub evidence: Option<DiffEvidenceChange<'a>>,
pub metadata: Option<DiffMetadataChange<'a>>,
pub requirement: Option<DiffRequirementChange<'a>>,
pub policy_status: Option<DiffPolicyStatusChange<'a>>,
}Fields§
§severity: &'a str§allow_id: &'a str§kind: &'a str§message: &'a str§exception_identity: Option<DiffExceptionIdentityChange<'a>>§selector_identity: Option<DiffSelectorIdentityChange<'a>>§selector_precision: Option<DiffSelectorPrecisionChange<'a>>§scope: Option<DiffScopeChange<'a>>§occurrence_limit: Option<DiffOccurrenceLimitChange>§lifecycle: Option<DiffLifecycleChange<'a>>§evidence: Option<DiffEvidenceChange<'a>>§metadata: Option<DiffMetadataChange<'a>>§requirement: Option<DiffRequirementChange<'a>>§policy_status: Option<DiffPolicyStatusChange<'a>>Trait Implementations§
Source§impl<'a> Clone for DiffPolicyChange<'a>
impl<'a> Clone for DiffPolicyChange<'a>
Source§fn clone(&self) -> DiffPolicyChange<'a>
fn clone(&self) -> DiffPolicyChange<'a>
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<'a> Debug for DiffPolicyChange<'a>
impl<'a> Debug for DiffPolicyChange<'a>
impl<'a> Copy for DiffPolicyChange<'a>
Auto Trait Implementations§
impl<'a> Freeze for DiffPolicyChange<'a>
impl<'a> RefUnwindSafe for DiffPolicyChange<'a>
impl<'a> Send for DiffPolicyChange<'a>
impl<'a> Sync for DiffPolicyChange<'a>
impl<'a> Unpin for DiffPolicyChange<'a>
impl<'a> UnsafeUnpin for DiffPolicyChange<'a>
impl<'a> UnwindSafe for DiffPolicyChange<'a>
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