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