Enum PgAttribute
pub enum PgAttribute {
Table,
Oid,
AttRelId,
AttName,
AttNum,
}Variants§
Trait Implementations§
§impl Debug for PgAttribute
impl Debug for PgAttribute
§impl Iden for PgAttribute
impl Iden 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