pub struct DashedIdentCollector { /* private fields */ }Expand description
Collects dashed identifiers while the dependency parser is in local mode.
Trait Implementations§
Source§impl Debug for DashedIdentCollector
impl Debug for DashedIdentCollector
Source§impl Default for DashedIdentCollector
impl Default for DashedIdentCollector
Source§fn default() -> DashedIdentCollector
fn default() -> DashedIdentCollector
Returns the “default value” for a type. Read more
Source§impl LexerVisitor for DashedIdentCollector
impl LexerVisitor for DashedIdentCollector
fn visit_ident(&mut self, name: &str, range: Range)
Auto Trait Implementations§
impl Freeze for DashedIdentCollector
impl RefUnwindSafe for DashedIdentCollector
impl Send for DashedIdentCollector
impl Sync for DashedIdentCollector
impl Unpin for DashedIdentCollector
impl UnsafeUnpin for DashedIdentCollector
impl UnwindSafe for DashedIdentCollector
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