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