pub enum QueryTerm {
And(String),
Not(String),
}Variants§
Auto Trait Implementations§
impl Freeze for QueryTerm
impl RefUnwindSafe for QueryTerm
impl Send for QueryTerm
impl Sync for QueryTerm
impl Unpin for QueryTerm
impl UnsafeUnpin for QueryTerm
impl UnwindSafe for QueryTerm
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