pub struct ClientDecoder;Expand description
客户端解码器 - 将服务端返回的字节数据解码为 Response
Implementations§
Auto Trait Implementations§
impl Freeze for ClientDecoder
impl RefUnwindSafe for ClientDecoder
impl Send for ClientDecoder
impl Sync for ClientDecoder
impl Unpin for ClientDecoder
impl UnwindSafe for ClientDecoder
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