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: ForeignKeyOnActionTrait 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 moresource§impl Debug for ForeignKeyOn
 
impl Debug for ForeignKeyOn
Auto Trait Implementations§
impl Freeze for ForeignKeyOn
impl RefUnwindSafe for ForeignKeyOn
impl Send for ForeignKeyOn
impl Sync for ForeignKeyOn
impl Unpin for ForeignKeyOn
impl UnwindSafe for ForeignKeyOn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more