pub struct PDAStackCtx {
pub sym: SegmentDelimSyms,
pub seg_start: usize,
}Fields§
§sym: SegmentDelimSyms§seg_start: usizeTrait Implementations§
Source§impl PartialEq<PDAStackCtx> for SegmentDelimSyms
impl PartialEq<PDAStackCtx> for SegmentDelimSyms
Source§fn eq(&self, other: &PDAStackCtx) -> bool
fn eq(&self, other: &PDAStackCtx) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq for PDAStackCtx
impl PartialEq for PDAStackCtx
Source§fn eq(&self, other: &PDAStackCtx) -> bool
fn eq(&self, other: &PDAStackCtx) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
impl Freeze for PDAStackCtx
impl RefUnwindSafe for PDAStackCtx
impl Send for PDAStackCtx
impl Sync for PDAStackCtx
impl Unpin for PDAStackCtx
impl UnsafeUnpin 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