pub struct SingleRule {
pub rule: String,
pub replace: String,
pub analyzer: AnalyzerType,
}
Fields§
§rule: String
§replace: String
§analyzer: AnalyzerType
Implementations§
Source§impl SingleRule
impl SingleRule
Trait Implementations§
Source§impl Clone for SingleRule
impl Clone for SingleRule
Source§fn clone(&self) -> SingleRule
fn clone(&self) -> SingleRule
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SingleRule
impl RefUnwindSafe for SingleRule
impl Send for SingleRule
impl Sync for SingleRule
impl Unpin for SingleRule
impl UnwindSafe for SingleRule
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