pub struct PDAStackCtx {
pub sym: SegmentDelimSyms,
pub seg_start: usize,
}
Fields§
§sym: SegmentDelimSyms
§seg_start: usize
Trait Implementations§
Source§impl PartialEq<PDAStackCtx> for SegmentDelimSyms
impl PartialEq<PDAStackCtx> for SegmentDelimSyms
Source§impl PartialEq for PDAStackCtx
impl PartialEq for PDAStackCtx
Auto Trait Implementations§
impl Freeze for PDAStackCtx
impl RefUnwindSafe for PDAStackCtx
impl Send for PDAStackCtx
impl Sync for PDAStackCtx
impl Unpin for PDAStackCtx
impl UnwindSafe for PDAStackCtx
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