pub struct Plan {
pub prefix_end: usize,
pub kept_from: usize,
}Fields§
§prefix_end: usizeLeading items preserved verbatim (system/instructions/memory).
kept_from: usizeIndex where the verbatim tail starts; [prefix_end..kept_from) folds.
Trait Implementations§
impl Copy for Plan
impl Eq for Plan
impl StructuralPartialEq for Plan
Auto Trait Implementations§
impl Freeze for Plan
impl RefUnwindSafe for Plan
impl Send for Plan
impl Sync for Plan
impl Unpin for Plan
impl UnsafeUnpin for Plan
impl UnwindSafe for Plan
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