pub struct RegexCapture {
pub match_index: usize,
}Expand description
A reference to one of the regex captures in a scan statement
Fields§
§match_index: usizeTrait Implementations§
Source§impl Debug for RegexCapture
impl Debug for RegexCapture
Source§impl Display for RegexCapture
impl Display for RegexCapture
Source§impl From<RegexCapture> for Expression
impl From<RegexCapture> for Expression
Source§fn from(expr: RegexCapture) -> Expression
fn from(expr: RegexCapture) -> Expression
Converts to this type from the input type.
Source§impl PartialEq for RegexCapture
impl PartialEq for RegexCapture
impl Eq for RegexCapture
impl StructuralPartialEq for RegexCapture
Auto Trait Implementations§
impl Freeze for RegexCapture
impl RefUnwindSafe for RegexCapture
impl Send for RegexCapture
impl Sync for RegexCapture
impl Unpin for RegexCapture
impl UnwindSafe for RegexCapture
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