Struct sqlx_oldapi::postgres::PgColumn  
source · pub struct PgColumn { /* private fields */ }Available on crate feature 
postgres only.Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PgColumn
impl Send for PgColumn
impl Sync for PgColumn
impl Unpin for PgColumn
impl UnwindSafe for PgColumn
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