pub struct OwnershipLegalityPass;Trait Implementations§
Source§impl ValidationPass for OwnershipLegalityPass
impl ValidationPass for OwnershipLegalityPass
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 OwnershipLegalityPass
impl RefUnwindSafe for OwnershipLegalityPass
impl Send for OwnershipLegalityPass
impl Sync for OwnershipLegalityPass
impl Unpin for OwnershipLegalityPass
impl UnsafeUnpin for OwnershipLegalityPass
impl UnwindSafe for OwnershipLegalityPass
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