pub struct Filter {
pub ptype: Vec<String>,
pub v0: Vec<String>,
pub v1: Vec<String>,
pub v2: Vec<String>,
pub v3: Vec<String>,
pub v4: Vec<String>,
pub v5: Vec<String>,
}
Fields§
§ptype: Vec<String>
§v0: Vec<String>
§v1: Vec<String>
§v2: Vec<String>
§v3: Vec<String>
§v4: Vec<String>
§v5: Vec<String>
Auto Trait Implementations§
impl Freeze for Filter
impl RefUnwindSafe for Filter
impl Send for Filter
impl Sync for Filter
impl Unpin for Filter
impl UnwindSafe for Filter
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