Enum PgCatalog
pub enum PgCatalog {
Schema,
}Variants§
Schema
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PgCatalog
impl RefUnwindSafe for PgCatalog
impl Send for PgCatalog
impl Sync for PgCatalog
impl Unpin for PgCatalog
impl UnwindSafe for PgCatalog
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