Struct postgres_protocol::message::backend::DataRowBody
source · pub struct DataRowBody { /* private fields */ }
Implementations§
source§impl DataRowBody
impl DataRowBody
pub fn ranges(&self) -> DataRowRanges<'_>
pub fn buffer(&self) -> &[u8] ⓘ
pub fn buffer_bytes(&self) -> &Bytes
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DataRowBody
impl Send for DataRowBody
impl Sync for DataRowBody
impl Unpin for DataRowBody
impl UnwindSafe for DataRowBody
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