pub struct BwrapConfinementStatus {
pub membrane: &'static str,
pub available: bool,
pub detail: String,
}Expand description
Live readiness of the Ubuntu bubblewrap effect membrane.
This evidence certifies only bounded-effect confinement. It deliberately
cannot represent projector purity or source qualification: bubblewrap
exposes /proc and /dev, and declared mounts may contain semantic inputs
outside a projector’s selected immutable view.
Fields§
§membrane: &'static strStable membrane implementation identity.
available: boolWhether both boot-authorized executables exist as files now.
detail: StringHuman-readable readiness detail.
Trait Implementations§
Source§impl Clone for BwrapConfinementStatus
impl Clone for BwrapConfinementStatus
Source§fn clone(&self) -> BwrapConfinementStatus
fn clone(&self) -> BwrapConfinementStatus
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 BwrapConfinementStatus
impl Debug for BwrapConfinementStatus
impl Eq for BwrapConfinementStatus
Source§impl PartialEq for BwrapConfinementStatus
impl PartialEq for BwrapConfinementStatus
impl StructuralPartialEq for BwrapConfinementStatus
Auto Trait Implementations§
impl Freeze for BwrapConfinementStatus
impl RefUnwindSafe for BwrapConfinementStatus
impl Send for BwrapConfinementStatus
impl Sync for BwrapConfinementStatus
impl Unpin for BwrapConfinementStatus
impl UnsafeUnpin for BwrapConfinementStatus
impl UnwindSafe for BwrapConfinementStatus
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.