pub struct FilterExLayer<U>where
U: Clone,{ /* private fields */ }Expand description
Implementations§
Source§impl<U> FilterExLayer<U>where
U: Clone,
impl<U> FilterExLayer<U>where
U: Clone,
pub fn new(predicate: U) -> FilterExLayer<U>
Trait Implementations§
Source§impl<U> Clone for FilterExLayer<U>where
U: Clone,
impl<U> Clone for FilterExLayer<U>where
U: Clone,
Source§fn clone(&self) -> FilterExLayer<U>
fn clone(&self) -> FilterExLayer<U>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<U> Debug for FilterExLayer<U>
impl<U> Debug for FilterExLayer<U>
Source§impl<U, S> Layer<S> for FilterExLayer<U>where
U: Clone,
impl<U, S> Layer<S> for FilterExLayer<U>where
U: Clone,
Auto Trait Implementations§
impl<U> Freeze for FilterExLayer<U>where
U: Freeze,
impl<U> RefUnwindSafe for FilterExLayer<U>where
U: RefUnwindSafe,
impl<U> Send for FilterExLayer<U>where
U: Send,
impl<U> Sync for FilterExLayer<U>where
U: Sync,
impl<U> Unpin for FilterExLayer<U>where
U: Unpin,
impl<U> UnwindSafe for FilterExLayer<U>where
U: 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