pub enum DisplayEncoder {}
Expand description
An encoder which converts values via their Display
implementation.
Trait Implementations§
Source§impl<T> EncodeHeader<T> for DisplayEncoderwhere
T: Display,
impl<T> EncodeHeader<T> for DisplayEncoderwhere
T: 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> EncodeParam<T> for DisplayEncoderwhere
T: Display,
impl<T> EncodeParam<T> for DisplayEncoderwhere
T: Display,
Auto Trait Implementations§
impl Freeze for DisplayEncoder
impl RefUnwindSafe for DisplayEncoder
impl Send for DisplayEncoder
impl Sync for DisplayEncoder
impl Unpin for DisplayEncoder
impl UnwindSafe for DisplayEncoder
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