Struct sea_query::foreign_key::TableForeignKey [−][src]
pub struct TableForeignKey { /* fields omitted */ }
Expand description
Specification of a foreign key
Implementations
Set referencing table
Add referencing column
Set on delete action
Set on update action
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TableForeignKey
impl Send for TableForeignKey
impl Sync for TableForeignKey
impl Unpin for TableForeignKey
impl !UnwindSafe for TableForeignKey
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self