Struct good_ormning::sqlite::schema::constraint::PrimaryKeyDef
source · pub struct PrimaryKeyDef {
pub fields: Vec<Field>,
}Fields§
§fields: Vec<Field>Trait Implementations§
source§impl Clone for PrimaryKeyDef
impl Clone for PrimaryKeyDef
source§fn clone(&self) -> PrimaryKeyDef
fn clone(&self) -> PrimaryKeyDef
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 moresource§impl PartialEq<PrimaryKeyDef> for PrimaryKeyDef
impl PartialEq<PrimaryKeyDef> for PrimaryKeyDef
source§fn eq(&self, other: &PrimaryKeyDef) -> bool
fn eq(&self, other: &PrimaryKeyDef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.