pub struct PrefixCapturePlan {
pub boundary: usize,
pub span: CheckpointTokenSpanConstraint,
}Fields§
§boundary: usize§span: CheckpointTokenSpanConstraintConstraint on executed span lengths, not absolute token positions.
Trait Implementations§
Source§impl Clone for PrefixCapturePlan
impl Clone for PrefixCapturePlan
Source§fn clone(&self) -> PrefixCapturePlan
fn clone(&self) -> PrefixCapturePlan
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 moreimpl Copy for PrefixCapturePlan
Auto Trait Implementations§
impl Freeze for PrefixCapturePlan
impl RefUnwindSafe for PrefixCapturePlan
impl Send for PrefixCapturePlan
impl Sync for PrefixCapturePlan
impl Unpin for PrefixCapturePlan
impl UnsafeUnpin for PrefixCapturePlan
impl UnwindSafe for PrefixCapturePlan
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