pub enum DisplaySeqEncoder {}Expand description
An encoder which converts a sequence of values via their individual Display
implementations.
Trait Implementations§
Source§impl<T, U> EncodeHeader<T> for DisplaySeqEncoderwhere
T: IntoIterator<Item = U>,
U: Display,
impl<T, U> EncodeHeader<T> for DisplaySeqEncoderwhere
T: IntoIterator<Item = U>,
U: Display,
Source§fn encode(_: &ConjureRuntime, value: T) -> Result<Vec<HeaderValue>, Error>
fn encode(_: &ConjureRuntime, value: T) -> Result<Vec<HeaderValue>, Error>
Encodes the value into headers. Read more
Source§impl<T, U> EncodeParam<T> for DisplaySeqEncoderwhere
T: IntoIterator<Item = U>,
U: Display,
impl<T, U> EncodeParam<T> for DisplaySeqEncoderwhere
T: IntoIterator<Item = U>,
U: Display,
Auto Trait Implementations§
impl Freeze for DisplaySeqEncoder
impl RefUnwindSafe for DisplaySeqEncoder
impl Send for DisplaySeqEncoder
impl Sync for DisplaySeqEncoder
impl Unpin for DisplaySeqEncoder
impl UnsafeUnpin for DisplaySeqEncoder
impl UnwindSafe for DisplaySeqEncoder
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