Struct sea_query::foreign_key::ForeignKey
source · pub struct ForeignKey;
Expand description
Shorthand for constructing any foreign key statement
Implementations§
source§impl ForeignKey
impl ForeignKey
sourcepub fn create() -> ForeignKeyCreateStatement
pub fn create() -> ForeignKeyCreateStatement
Construct foreign key ForeignKeyCreateStatement
sourcepub fn drop() -> ForeignKeyDropStatement
pub fn drop() -> ForeignKeyDropStatement
Construct foreign key ForeignKeyDropStatement
Trait Implementations§
source§impl Clone for ForeignKey
impl Clone for ForeignKey
source§fn clone(&self) -> ForeignKey
fn clone(&self) -> ForeignKey
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