pub struct ImmRule {
pub pattern: Regex,
pub replacement: String,
}Fields§
§pattern: Regex§replacement: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImmRule
impl RefUnwindSafe for ImmRule
impl Send for ImmRule
impl Sync for ImmRule
impl Unpin for ImmRule
impl UnwindSafe for ImmRule
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