pub struct FromStrSeqDecoder<U> { /* private fields */ }
Expand description
A decoder which converts a sequence of values via its FromStr
implementation into a
collection via a FromIterator
implementation.
Trait Implementations§
Source§impl<T, U> DecodeParam<T> for FromStrSeqDecoder<U>
impl<T, U> DecodeParam<T> for FromStrSeqDecoder<U>
Auto Trait Implementations§
impl<U> Freeze for FromStrSeqDecoder<U>
impl<U> RefUnwindSafe for FromStrSeqDecoder<U>where
U: RefUnwindSafe,
impl<U> Send for FromStrSeqDecoder<U>where
U: Send,
impl<U> Sync for FromStrSeqDecoder<U>where
U: Sync,
impl<U> Unpin for FromStrSeqDecoder<U>where
U: Unpin,
impl<U> UnwindSafe for FromStrSeqDecoder<U>where
U: UnwindSafe,
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