pub struct WardlineLayer { /* private fields */ }Expand description
A tower::Layer that evaluates a text pipeline against each request body.
Implementations§
Trait Implementations§
Source§impl Clone for WardlineLayer
impl Clone for WardlineLayer
Source§fn clone(&self) -> WardlineLayer
fn clone(&self) -> WardlineLayer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for WardlineLayer
impl !UnwindSafe for WardlineLayer
impl Freeze for WardlineLayer
impl Send for WardlineLayer
impl Sync for WardlineLayer
impl Unpin for WardlineLayer
impl UnsafeUnpin for WardlineLayer
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