Struct tree_sitter_graph::ast::Scan
source · [−]pub struct Scan {
pub value: Expression,
pub arms: Vec<ScanArm>,
pub location: Location,
}Expand description
A scan statement that matches regular expressions against a string
Fields
value: Expressionarms: Vec<ScanArm>location: LocationTrait Implementations
impl Eq for Scan
impl StructuralEq for Scan
impl StructuralPartialEq for Scan
Auto Trait Implementations
impl RefUnwindSafe for Scan
impl !Send for Scan
impl !Sync for Scan
impl Unpin for Scan
impl UnwindSafe for Scan
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