pub struct FilterPart<Prev, P> { /* private fields */ }Expand description
Recorded filter stage.
Trait Implementations§
Source§impl<Prev, P: Clone, Term> Assemble<Term> for FilterPart<Prev, P>
impl<Prev, P: Clone, Term> Assemble<Term> for FilterPart<Prev, P>
Auto Trait Implementations§
impl<Prev, P> Freeze for FilterPart<Prev, P>
impl<Prev, P> !RefUnwindSafe for FilterPart<Prev, P>
impl<Prev, P> Send for FilterPart<Prev, P>
impl<Prev, P> Sync for FilterPart<Prev, P>
impl<Prev, P> Unpin for FilterPart<Prev, P>
impl<Prev, P> UnsafeUnpin for FilterPart<Prev, P>where
Prev: UnsafeUnpin,
P: UnsafeUnpin,
impl<Prev, P> !UnwindSafe for FilterPart<Prev, P>
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