pub struct WhenClause {
pub predicate: FilterPredicate,
pub pipeline: BoxProcessor,
}Expand description
A single when-clause: a predicate + the sub-pipeline to execute when it matches.
Fields§
§predicate: FilterPredicate§pipeline: BoxProcessorTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for WhenClause
impl !Sync for WhenClause
impl !UnwindSafe for WhenClause
impl Freeze for WhenClause
impl Send for WhenClause
impl Unpin for WhenClause
impl UnsafeUnpin for WhenClause
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