pub struct ProcessContainmentEvidence {
pub schema_version: String,
pub profile: String,
pub seccomp_policy_sha256: String,
pub no_new_privs: bool,
pub seccomp_tsync: bool,
pub process_creation_denied: bool,
pub reexec_denied: bool,
pub active: bool,
}Fields§
§schema_version: String§profile: String§seccomp_policy_sha256: String§no_new_privs: bool§seccomp_tsync: bool§process_creation_denied: bool§reexec_denied: bool§active: boolImplementations§
Trait Implementations§
Source§impl Clone for ProcessContainmentEvidence
impl Clone for ProcessContainmentEvidence
Source§fn clone(&self) -> ProcessContainmentEvidence
fn clone(&self) -> ProcessContainmentEvidence
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 ProcessContainmentEvidence
impl Debug for ProcessContainmentEvidence
Source§impl<'de> Deserialize<'de> for ProcessContainmentEvidence
impl<'de> Deserialize<'de> for ProcessContainmentEvidence
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
impl Eq for ProcessContainmentEvidence
impl StructuralPartialEq for ProcessContainmentEvidence
Auto Trait Implementations§
impl Freeze for ProcessContainmentEvidence
impl RefUnwindSafe for ProcessContainmentEvidence
impl Send for ProcessContainmentEvidence
impl Sync for ProcessContainmentEvidence
impl Unpin for ProcessContainmentEvidence
impl UnsafeUnpin for ProcessContainmentEvidence
impl UnwindSafe for ProcessContainmentEvidence
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