Enum sql_parse::ForeignKeyOnType
source · pub enum ForeignKeyOnType {
Update(Span),
Delete(Span),
}
Expand description
When to take a foreign key action
Variants§
Trait Implementations§
source§impl Clone for ForeignKeyOnType
impl Clone for ForeignKeyOnType
source§fn clone(&self) -> ForeignKeyOnType
fn clone(&self) -> ForeignKeyOnType
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