pub struct Layer<F, L = Base>(/* private fields */);
Trait Implementations§
Source§impl<F, L> Filter for Layer<F, L>where
F: FilterLayer,
L: Filter,
impl<F, L> Filter for Layer<F, L>where
F: FilterLayer,
L: Filter,
Auto Trait Implementations§
impl<F, L> Freeze for Layer<F, L>
impl<F, L> RefUnwindSafe for Layer<F, L>where
F: RefUnwindSafe,
L: RefUnwindSafe,
impl<F, L> Send for Layer<F, L>
impl<F, L> Sync for Layer<F, L>
impl<F, L> Unpin for Layer<F, L>
impl<F, L> UnwindSafe for Layer<F, L>where
F: UnwindSafe,
L: 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