Struct tree_sitter_graph::ast::ScanArm
source · [−]Expand description
One arm of a scan statement
Fields
regex: Regexstatements: Vec<Statement>location: LocationTrait Implementations
impl Eq for ScanArm
Auto Trait Implementations
impl RefUnwindSafe for ScanArm
impl !Send for ScanArm
impl !Sync for ScanArm
impl Unpin for ScanArm
impl UnwindSafe for ScanArm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more