Struct postgres_protocol::message::backend::RowDescriptionBody
source · pub struct RowDescriptionBody { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl !Freeze for RowDescriptionBody
impl RefUnwindSafe for RowDescriptionBody
impl Send for RowDescriptionBody
impl Sync for RowDescriptionBody
impl Unpin for RowDescriptionBody
impl UnwindSafe for RowDescriptionBody
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