pub struct NodeId(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl NodeId
impl NodeId
pub fn nullability(self, b: &RegexBuilder) -> Nullability
pub fn is_center_nullable(self, b: &RegexBuilder) -> bool
pub fn is_begin_nullable(self, b: &RegexBuilder) -> bool
pub fn left(self, b: &RegexBuilder) -> NodeId
pub fn right(self, b: &RegexBuilder) -> NodeId
pub fn pred_tset(self, b: &RegexBuilder) -> TSetId
pub fn contains_lookbehind(self, b: &RegexBuilder) -> bool
pub fn contains_lookahead(self, b: &RegexBuilder) -> bool
pub fn contains_lookaround(self, b: &RegexBuilder) -> bool
Trait Implementations§
Source§impl Ord for NodeId
impl Ord for NodeId
Source§impl PartialOrd for NodeId
impl PartialOrd for NodeId
impl Copy for NodeId
impl Eq for NodeId
impl StructuralPartialEq for NodeId
Auto Trait Implementations§
impl Freeze for NodeId
impl RefUnwindSafe for NodeId
impl Send for NodeId
impl Sync for NodeId
impl Unpin for NodeId
impl UnsafeUnpin for NodeId
impl UnwindSafe for NodeId
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