pub enum SystemTables {
PgAttribute,
PgClass,
PgConstraint,
PgIndex,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SystemTables
impl Clone for SystemTables
Source§fn clone(&self) -> SystemTables
fn clone(&self) -> SystemTables
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemTables
Auto Trait Implementations§
impl Freeze for SystemTables
impl RefUnwindSafe for SystemTables
impl Send for SystemTables
impl Sync for SystemTables
impl Unpin for SystemTables
impl UnsafeUnpin for SystemTables
impl UnwindSafe for SystemTables
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