pub struct HttpEncoding;Implementations§
Auto Trait Implementations§
impl Freeze for HttpEncoding
impl RefUnwindSafe for HttpEncoding
impl Send for HttpEncoding
impl Sync for HttpEncoding
impl Unpin for HttpEncoding
impl UnsafeUnpin for HttpEncoding
impl UnwindSafe for HttpEncoding
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