Enum CatalogField
pub enum CatalogField {
Name,
ObjectId,
ConstraintObjectId,
ConstraintColumnId,
ParentObjectId,
SchemaId,
ColumnId,
ParentColumnId,
ReferencedObjectId,
ReferencedColumnId,
}Variants§
Name
ObjectId
ConstraintObjectId
ConstraintColumnId
ParentObjectId
SchemaId
ColumnId
ParentColumnId
ReferencedObjectId
ReferencedColumnId
Trait Implementations§
§impl Debug for CatalogField
impl Debug for CatalogField
§impl Iden for CatalogField
impl Iden for CatalogField
Auto Trait Implementations§
impl Freeze for CatalogField
impl RefUnwindSafe for CatalogField
impl Send for CatalogField
impl Sync for CatalogField
impl Unpin for CatalogField
impl UnwindSafe for CatalogField
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