pub struct Filters {
    pub tags: Option<Filter<String>>,
    pub methods: Option<Filter<Method>>,
    pub operations_id: Option<Filter<String>>,
}Fields§
§methods: Option<Filter<Method>>§operations_id: Option<Filter<String>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Filters
impl RefUnwindSafe for Filters
impl Send for Filters
impl Sync for Filters
impl Unpin for Filters
impl UnwindSafe for Filters
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