Enum conjure_http::client::DisplayParamEncoder
source · pub enum DisplayParamEncoder {}Expand description
A param encoder which converts values via their Display implementations.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DisplayParamEncoder
impl Send for DisplayParamEncoder
impl Sync for DisplayParamEncoder
impl Unpin for DisplayParamEncoder
impl UnwindSafe for DisplayParamEncoder
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