pub struct LexerRegexRange(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for LexerRegexRange
impl Debug for LexerRegexRange
Source§impl Default for LexerRegexRange
impl Default for LexerRegexRange
Source§impl PartialEq for LexerRegexRange
impl PartialEq for LexerRegexRange
Source§fn eq(&self, other: &LexerRegexRange) -> bool
fn eq(&self, other: &LexerRegexRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LexerRegexRange
Auto Trait Implementations§
impl Freeze for LexerRegexRange
impl RefUnwindSafe for LexerRegexRange
impl Send for LexerRegexRange
impl Sync for LexerRegexRange
impl Unpin for LexerRegexRange
impl UnsafeUnpin for LexerRegexRange
impl UnwindSafe for LexerRegexRange
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