pub enum PgAttribute {
Table,
Oid,
AttRelId,
AttName,
}
Available on crate features
postgres
and query
only.Variantsยง
Trait Implementationsยง
Sourceยงimpl Debug for PgAttribute
impl Debug for PgAttribute
Auto Trait Implementationsยง
impl Freeze for PgAttribute
impl RefUnwindSafe for PgAttribute
impl Send for PgAttribute
impl Sync for PgAttribute
impl Unpin for PgAttribute
impl UnwindSafe for PgAttribute
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