pub enum RpcDecoderState {
AwaitHeader,
AwaitPayload,
Done,
}Variants§
Auto Trait Implementations§
impl Freeze for RpcDecoderState
impl RefUnwindSafe for RpcDecoderState
impl Send for RpcDecoderState
impl Sync for RpcDecoderState
impl Unpin for RpcDecoderState
impl UnsafeUnpin for RpcDecoderState
impl UnwindSafe for RpcDecoderState
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