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