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