pub struct ParseUuidPipe;Expand description
Built-in Nest-style pipe that validates UUID request values.
Implementations§
Source§impl ParseUuidPipe
impl ParseUuidPipe
pub fn version(version: UuidVersion) -> ParseUuidVersionPipe
pub fn v4() -> ParseUuidVersionPipe
Trait Implementations§
Source§impl Clone for ParseUuidPipe
impl Clone for ParseUuidPipe
Source§fn clone(&self) -> ParseUuidPipe
fn clone(&self) -> ParseUuidPipe
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 moreimpl Copy for ParseUuidPipe
Source§impl Debug for ParseUuidPipe
impl Debug for ParseUuidPipe
Source§impl Default for ParseUuidPipe
impl Default for ParseUuidPipe
Source§fn default() -> ParseUuidPipe
fn default() -> ParseUuidPipe
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParseUuidPipe
impl RefUnwindSafe for ParseUuidPipe
impl Send for ParseUuidPipe
impl Sync for ParseUuidPipe
impl Unpin for ParseUuidPipe
impl UnsafeUnpin for ParseUuidPipe
impl UnwindSafe for ParseUuidPipe
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