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