pub struct SecurityEventMetadata {
pub seccomp_mode: String,
pub landlock_status: String,
pub capabilities_status: String,
pub rootless: bool,
pub allow_degraded_security: bool,
pub gpu: Option<GpuEventSummary>,
}Fields§
§seccomp_mode: String§landlock_status: String§capabilities_status: String§rootless: bool§allow_degraded_security: bool§gpu: Option<GpuEventSummary>Trait Implementations§
Source§impl Clone for SecurityEventMetadata
impl Clone for SecurityEventMetadata
Source§fn clone(&self) -> SecurityEventMetadata
fn clone(&self) -> SecurityEventMetadata
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 SecurityEventMetadata
impl Debug for SecurityEventMetadata
Auto Trait Implementations§
impl Freeze for SecurityEventMetadata
impl RefUnwindSafe for SecurityEventMetadata
impl Send for SecurityEventMetadata
impl Sync for SecurityEventMetadata
impl Unpin for SecurityEventMetadata
impl UnsafeUnpin for SecurityEventMetadata
impl UnwindSafe for SecurityEventMetadata
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