pub enum FilterArgument {
Value(DataValue),
Regex(Regex),
Vec(Vec<DataValue>),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilterArgument
impl RefUnwindSafe for FilterArgument
impl Send for FilterArgument
impl Sync for FilterArgument
impl Unpin for FilterArgument
impl UnwindSafe for FilterArgument
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