pub enum ResPq {
ResPq(ResPq),
}Expand description
Variants§
Trait Implementations§
Source§impl Deserializable for ResPq
impl Deserializable for ResPq
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Serializable for ResPq
impl Serializable for ResPq
impl StructuralPartialEq for ResPq
Auto Trait Implementations§
impl Freeze for ResPq
impl RefUnwindSafe for ResPq
impl Send for ResPq
impl Sync for ResPq
impl Unpin for ResPq
impl UnsafeUnpin for ResPq
impl UnwindSafe for ResPq
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