pub struct RegexFinding {
pub offset: usize,
pub message: &'static str,
}Fields§
§offset: usize§message: &'static strTrait Implementations§
Source§impl Clone for RegexFinding
impl Clone for RegexFinding
Source§fn clone(&self) -> RegexFinding
fn clone(&self) -> RegexFinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegexFinding
impl Debug for RegexFinding
Source§impl PartialEq for RegexFinding
impl PartialEq for RegexFinding
Source§fn eq(&self, other: &RegexFinding) -> bool
fn eq(&self, other: &RegexFinding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RegexFinding
impl StructuralPartialEq for RegexFinding
Auto Trait Implementations§
impl Freeze for RegexFinding
impl RefUnwindSafe for RegexFinding
impl Send for RegexFinding
impl Sync for RegexFinding
impl Unpin for RegexFinding
impl UnsafeUnpin for RegexFinding
impl UnwindSafe for RegexFinding
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