pub struct ExploreStepNode {
pub target: String,
pub limit: Option<i64>,
pub output: String,
pub loc: Loc,
}Fields§
§target: String§limit: Option<i64>§output: Stringv2.63.0 — result binding name (as:). Empty ⇒ the target.
loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExploreStepNode
impl RefUnwindSafe for ExploreStepNode
impl Send for ExploreStepNode
impl Sync for ExploreStepNode
impl Unpin for ExploreStepNode
impl UnsafeUnpin for ExploreStepNode
impl UnwindSafe for ExploreStepNode
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