pub struct RegexRule(/* private fields */);Expand description
Simple equality match for lines that end in a new-line character
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegexRule
impl RefUnwindSafe for RegexRule
impl Send for RegexRule
impl Sync for RegexRule
impl Unpin for RegexRule
impl UnwindSafe for RegexRule
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