pub struct FilterParams<'a> {
pub filter: Option<Pattern>,
pub keep_filter: bool,
pub input: &'a str,
pub prepend: &'a str,
pub append: &'a str,
}
Fields§
§filter: Option<Pattern>
§keep_filter: bool
§input: &'a str
§prepend: &'a str
§append: &'a str
Auto Trait Implementations§
impl<'a> Freeze for FilterParams<'a>
impl<'a> RefUnwindSafe for FilterParams<'a>
impl<'a> Send for FilterParams<'a>
impl<'a> Sync for FilterParams<'a>
impl<'a> Unpin for FilterParams<'a>
impl<'a> UnwindSafe for FilterParams<'a>
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