Enum PgClass
pub enum PgClass {
Table,
Oid,
RelNamespace,
RelName,
}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