pub struct Analyzers {
pub pattern: Regex,
pub replace: Option<Regex>,
pub analyzer: AnalyzerType,
}
Fields§
§pattern: Regex
§replace: Option<Regex>
§analyzer: AnalyzerType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Analyzers
impl RefUnwindSafe for Analyzers
impl Send for Analyzers
impl Sync for Analyzers
impl Unpin for Analyzers
impl UnwindSafe for Analyzers
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