pub struct ValidationPipe;Expand description
Request validation pipe backed by the garde crate.
Implementations§
Trait Implementations§
Source§impl Clone for ValidationPipe
impl Clone for ValidationPipe
Source§fn clone(&self) -> ValidationPipe
fn clone(&self) -> ValidationPipe
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 moreSource§impl Debug for ValidationPipe
impl Debug for ValidationPipe
Source§impl Default for ValidationPipe
impl Default for ValidationPipe
Source§fn default() -> ValidationPipe
fn default() -> ValidationPipe
Returns the “default value” for a type. Read more
Source§impl<T> Pipe<T> for ValidationPipe
impl<T> Pipe<T> for ValidationPipe
Auto Trait Implementations§
impl Freeze for ValidationPipe
impl RefUnwindSafe for ValidationPipe
impl Send for ValidationPipe
impl Sync for ValidationPipe
impl Unpin for ValidationPipe
impl UnsafeUnpin for ValidationPipe
impl UnwindSafe for ValidationPipe
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