pub struct LinuxDependencyStatus {
pub has_bwrap: bool,
pub has_socat: bool,
pub has_seccomp_bpf: bool,
pub has_seccomp_apply: bool,
}Expand description
Detailed status of sandbox dependencies.
Fields§
§has_bwrap: bool§has_socat: bool§has_seccomp_bpf: bool§has_seccomp_apply: boolTrait Implementations§
Source§impl Clone for LinuxDependencyStatus
impl Clone for LinuxDependencyStatus
Source§fn clone(&self) -> LinuxDependencyStatus
fn clone(&self) -> LinuxDependencyStatus
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 LinuxDependencyStatus
impl Debug for LinuxDependencyStatus
Source§impl Default for LinuxDependencyStatus
impl Default for LinuxDependencyStatus
Source§fn default() -> LinuxDependencyStatus
fn default() -> LinuxDependencyStatus
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinuxDependencyStatus
impl RefUnwindSafe for LinuxDependencyStatus
impl Send for LinuxDependencyStatus
impl Sync for LinuxDependencyStatus
impl Unpin for LinuxDependencyStatus
impl UnwindSafe for LinuxDependencyStatus
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