pub struct GuaranteedSubflowValidator;Expand description
Validates subflow entry requirements against parent’s available data.
Implementations§
Auto Trait Implementations§
impl Freeze for GuaranteedSubflowValidator
impl RefUnwindSafe for GuaranteedSubflowValidator
impl Send for GuaranteedSubflowValidator
impl Sync for GuaranteedSubflowValidator
impl Unpin for GuaranteedSubflowValidator
impl UnsafeUnpin for GuaranteedSubflowValidator
impl UnwindSafe for GuaranteedSubflowValidator
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