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