Struct PendingMeta
pub struct PendingMeta {
pub base: Option<Meta>,
pub start: SpanPlan,
pub end: SpanPlan,
}Expand description
A Meta::Pending payload: the endpoint plans plus — for a ?rule
collapse onto an already-stamped child — the child’s prior meta (base),
whose plain fields survive and whose container fields are the fallback
when an endpoint resolves to no contribution (lark’s per-endpoint
hasattr update).
Fields§
§base: Option<Meta>§start: SpanPlan§end: SpanPlanTrait Implementations§
§impl Clone for PendingMeta
impl Clone for PendingMeta
§fn clone(&self) -> PendingMeta
fn clone(&self) -> PendingMeta
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 PendingMeta
impl Debug for PendingMeta
impl Eq for PendingMeta
§impl PartialEq for PendingMeta
impl PartialEq for PendingMeta
impl StructuralPartialEq for PendingMeta
Auto Trait Implementations§
impl Freeze for PendingMeta
impl RefUnwindSafe for PendingMeta
impl Send for PendingMeta
impl Sync for PendingMeta
impl Unpin for PendingMeta
impl UnsafeUnpin for PendingMeta
impl UnwindSafe for PendingMeta
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