Struct tokio_postgres::SimpleColumn
source · pub struct SimpleColumn { /* private fields */ }
Expand description
Information about a column of a single query row.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleColumn
impl RefUnwindSafe for SimpleColumn
impl Send for SimpleColumn
impl Sync for SimpleColumn
impl Unpin for SimpleColumn
impl UnwindSafe for SimpleColumn
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