Struct PendingSpan
pub struct PendingSpan {
pub start: SpanPlan,
pub end: SpanPlan,
}Expand description
The raw PRE-FILTER span plan of one transform-mode reduce — what lark’s
PropagatePositions (wrapping outside the child filter)
reads: filtered-out anonymous tokens
included, _-splice children read through their carried plans.
Fields§
§start: SpanPlan§end: SpanPlanImplementations§
§impl PendingSpan
impl PendingSpan
pub fn is_resolved(&self) -> bool
pub fn is_resolved(&self) -> bool
true when both endpoints are engine-decided (no host values needed).
Trait Implementations§
§impl Clone for PendingSpan
impl Clone for PendingSpan
§fn clone(&self) -> PendingSpan
fn clone(&self) -> PendingSpan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for PendingSpan
impl Debug for PendingSpan
impl Eq for PendingSpan
§impl PartialEq for PendingSpan
impl PartialEq for PendingSpan
impl StructuralPartialEq for PendingSpan
Auto Trait Implementations§
impl Freeze for PendingSpan
impl RefUnwindSafe for PendingSpan
impl Send for PendingSpan
impl Sync for PendingSpan
impl Unpin for PendingSpan
impl UnsafeUnpin for PendingSpan
impl UnwindSafe for PendingSpan
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