pub struct TrustZonePass;Expand description
Validation pass that enforces capability constraints across Trust Zones.
Trait Implementations§
Source§impl ValidationPass for TrustZonePass
impl ValidationPass for TrustZonePass
Source§fn run(&self, ir: &WorkflowIR) -> ValidationReport
fn run(&self, ir: &WorkflowIR) -> ValidationReport
Run validation against the entire workflow IR.
Auto Trait Implementations§
impl Freeze for TrustZonePass
impl RefUnwindSafe for TrustZonePass
impl Send for TrustZonePass
impl Sync for TrustZonePass
impl Unpin for TrustZonePass
impl UnsafeUnpin for TrustZonePass
impl UnwindSafe for TrustZonePass
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