pub struct FilterByOperationName<Inner, F> { /* private fields */ }Expand description
Filters the application of an inner Plugin using a predicate over the
OperationShape::NAME.
See filter_by_operation_name for more details.
Trait Implementations§
source§impl<P, Op, S, L, Inner, F> Plugin<P, Op, S, L> for FilterByOperationName<Inner, F>where
F: Fn(&str) -> bool,
Inner: Plugin<P, Op, S, L>,
Op: OperationShape,
impl<P, Op, S, L, Inner, F> Plugin<P, Op, S, L> for FilterByOperationName<Inner, F>where F: Fn(&str) -> bool, Inner: Plugin<P, Op, S, L>, Op: OperationShape,
Auto Trait Implementations§
impl<Inner, F> RefUnwindSafe for FilterByOperationName<Inner, F>where F: RefUnwindSafe, Inner: RefUnwindSafe,
impl<Inner, F> Send for FilterByOperationName<Inner, F>where F: Send, Inner: Send,
impl<Inner, F> Sync for FilterByOperationName<Inner, F>where F: Sync, Inner: Sync,
impl<Inner, F> Unpin for FilterByOperationName<Inner, F>where F: Unpin, Inner: Unpin,
impl<Inner, F> UnwindSafe for FilterByOperationName<Inner, F>where F: UnwindSafe, Inner: UnwindSafe,
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