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