Enum good_ormning::pg::graph::GraphId
source · pub enum GraphId {
Table(SchemaTableId),
Field(SchemaTableId, SchemaFieldId),
Constraint(SchemaTableId, SchemaConstraintId),
Index(SchemaTableId, SchemaIndexId),
}Variants§
Table(SchemaTableId)
Field(SchemaTableId, SchemaFieldId)
Constraint(SchemaTableId, SchemaConstraintId)
Index(SchemaTableId, SchemaIndexId)
Trait Implementations§
source§impl Ord for GraphId
impl Ord for GraphId
source§impl PartialEq<GraphId> for GraphId
impl PartialEq<GraphId> for GraphId
source§impl PartialOrd<GraphId> for GraphId
impl PartialOrd<GraphId> for GraphId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more