pub enum ReflectionQueryKind {
Tables,
Columns,
Constraints,
Indexes,
ForeignKeys,
}Variants§
Trait Implementations§
Source§impl Clone for ReflectionQueryKind
impl Clone for ReflectionQueryKind
impl Copy for ReflectionQueryKind
Source§impl Debug for ReflectionQueryKind
impl Debug for ReflectionQueryKind
impl Eq for ReflectionQueryKind
Source§impl PartialEq for ReflectionQueryKind
impl PartialEq for ReflectionQueryKind
impl StructuralPartialEq for ReflectionQueryKind
Auto Trait Implementations§
impl Freeze for ReflectionQueryKind
impl RefUnwindSafe for ReflectionQueryKind
impl Send for ReflectionQueryKind
impl Sync for ReflectionQueryKind
impl Unpin for ReflectionQueryKind
impl UnsafeUnpin for ReflectionQueryKind
impl UnwindSafe for ReflectionQueryKind
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