pub struct ScanArm {
pub regex: Regex,
pub statements: Vec<Statement>,
pub location: Location,
}
Expand description
One arm of a scan
statement
Fields§
§regex: Regex
§statements: Vec<Statement>
§location: Location
Trait Implementations§
impl Eq for ScanArm
Auto Trait Implementations§
impl Freeze for ScanArm
impl RefUnwindSafe for ScanArm
impl Send for ScanArm
impl Sync for ScanArm
impl Unpin for ScanArm
impl UnwindSafe for ScanArm
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