pub struct ParseIntPipe;Expand description
Built-in Nest-style pipe that parses integer request values.
Trait Implementations§
Source§impl Clone for ParseIntPipe
impl Clone for ParseIntPipe
Source§fn clone(&self) -> ParseIntPipe
fn clone(&self) -> ParseIntPipe
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 ParseIntPipe
Source§impl Debug for ParseIntPipe
impl Debug for ParseIntPipe
Source§impl Default for ParseIntPipe
impl Default for ParseIntPipe
Source§fn default() -> ParseIntPipe
fn default() -> ParseIntPipe
Returns the “default value” for a type. Read more
Source§impl<T> RequestValuePipe<String, T> for ParseIntPipewhere
T: ParseIntTarget,
impl<T> RequestValuePipe<String, T> for ParseIntPipewhere
T: ParseIntTarget,
Auto Trait Implementations§
impl Freeze for ParseIntPipe
impl RefUnwindSafe for ParseIntPipe
impl Send for ParseIntPipe
impl Sync for ParseIntPipe
impl Unpin for ParseIntPipe
impl UnsafeUnpin for ParseIntPipe
impl UnwindSafe for ParseIntPipe
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