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