pub struct RegQuery { /* private fields */ }Expand description
ReqQuery is a structured filter which allows for regular expressions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegQuery
impl RefUnwindSafe for RegQuery
impl Send for RegQuery
impl Sync for RegQuery
impl Unpin for RegQuery
impl UnwindSafe for RegQuery
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