pub struct ClientEncoder;Expand description
客户端编码器 - 将 Request 编码为字节数据发送给服务端
Implementations§
Auto Trait Implementations§
impl Freeze for ClientEncoder
impl RefUnwindSafe for ClientEncoder
impl Send for ClientEncoder
impl Sync for ClientEncoder
impl Unpin for ClientEncoder
impl UnwindSafe for ClientEncoder
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