pub struct PgServerCodec;Implementations§
Source§impl PgServerCodec
impl PgServerCodec
Trait Implementations§
Source§impl Decoder for PgServerCodec
impl Decoder for PgServerCodec
Source§fn decode(&mut self, src: &mut BytesMut) -> Result<Option<Self::Item>>
fn decode(&mut self, src: &mut BytesMut) -> Result<Option<Self::Item>>
Attempts to decode a frame from the provided buffer of bytes. Read more
Source§impl Default for PgServerCodec
impl Default for PgServerCodec
Auto Trait Implementations§
impl Freeze for PgServerCodec
impl RefUnwindSafe for PgServerCodec
impl Send for PgServerCodec
impl Sync for PgServerCodec
impl Unpin for PgServerCodec
impl UnsafeUnpin for PgServerCodec
impl UnwindSafe for PgServerCodec
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