pub struct ProbeStep {
pub target: String,
pub fields: Vec<String>,
pub loc: Loc,
}Fields§
§target: String§fields: Vec<String>v2.83.0 — the extraction list README writes:
probe doc for [parties, obligations, dates]. Pre-v2.83.0 the step
body reached probe and ran skip_flow_step_structural, which
DISCARDED it (the v2.67.0 silent-drop shape); the flow-level form kept
only the target and never had a slot for the fields at all.
loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProbeStep
impl RefUnwindSafe for ProbeStep
impl Send for ProbeStep
impl Sync for ProbeStep
impl Unpin for ProbeStep
impl UnsafeUnpin for ProbeStep
impl UnwindSafe for ProbeStep
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