pub struct ConfinementEvidence {
pub membrane: String,
pub policy: ContentId,
pub live: bool,
}Expand description
Independent bounded-effect confinement evidence.
Fields§
§membrane: StringMembrane implementation identity.
policy: ContentIdExact bounded policy identity.
live: boolLive host readiness was probed at dispatch.
Trait Implementations§
Source§impl Clone for ConfinementEvidence
impl Clone for ConfinementEvidence
Source§fn clone(&self) -> ConfinementEvidence
fn clone(&self) -> ConfinementEvidence
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 ConfinementEvidence
impl Debug for ConfinementEvidence
impl Eq for ConfinementEvidence
Source§impl PartialEq for ConfinementEvidence
impl PartialEq for ConfinementEvidence
impl StructuralPartialEq for ConfinementEvidence
Auto Trait Implementations§
impl Freeze for ConfinementEvidence
impl RefUnwindSafe for ConfinementEvidence
impl Send for ConfinementEvidence
impl Sync for ConfinementEvidence
impl Unpin for ConfinementEvidence
impl UnsafeUnpin for ConfinementEvidence
impl UnwindSafe for ConfinementEvidence
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