pub struct PgByteaBinaryDecoder;Expand description
Decoder for pg_walstream binary-mode BYTEA.
Trait Implementations§
Source§impl Clone for PgByteaBinaryDecoder
impl Clone for PgByteaBinaryDecoder
Source§fn clone(&self) -> PgByteaBinaryDecoder
fn clone(&self) -> PgByteaBinaryDecoder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PgByteaBinaryDecoder
Source§impl Debug for PgByteaBinaryDecoder
impl Debug for PgByteaBinaryDecoder
Source§impl Default for PgByteaBinaryDecoder
impl Default for PgByteaBinaryDecoder
Source§fn default() -> PgByteaBinaryDecoder
fn default() -> PgByteaBinaryDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PgByteaBinaryDecoder
impl RefUnwindSafe for PgByteaBinaryDecoder
impl Send for PgByteaBinaryDecoder
impl Sync for PgByteaBinaryDecoder
impl Unpin for PgByteaBinaryDecoder
impl UnsafeUnpin for PgByteaBinaryDecoder
impl UnwindSafe for PgByteaBinaryDecoder
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