Struct good_ormning::sqlite::schema::constraint::ConstraintDef
source · pub struct ConstraintDef {
pub type_: ConstraintType,
}Fields§
§type_: ConstraintTypeTrait Implementations§
source§impl Clone for ConstraintDef
impl Clone for ConstraintDef
source§fn clone(&self) -> ConstraintDef
fn clone(&self) -> ConstraintDef
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more