Struct sql_parse::ForeignKeyOn
source · pub struct ForeignKeyOn {
pub type_: ForeignKeyOnType,
pub action: ForeignKeyOnAction,
}
Expand description
Action to perform on events on foreign keys
Fields§
§type_: ForeignKeyOnType
§action: ForeignKeyOnAction
Trait Implementations§
source§impl Clone for ForeignKeyOn
impl Clone for ForeignKeyOn
source§fn clone(&self) -> ForeignKeyOn
fn clone(&self) -> ForeignKeyOn
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