pub struct ParserCtx {
pub segments: BinaryHeap<ParsedSegment>,
pub index: usize,
}Fields§
§segments: BinaryHeap<ParsedSegment>§index: usizeAuto Trait Implementations§
impl Freeze for ParserCtx
impl RefUnwindSafe for ParserCtx
impl Send for ParserCtx
impl Sync for ParserCtx
impl Unpin for ParserCtx
impl UnwindSafe for ParserCtx
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