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 TableForeignKeyimpl !Send for TableForeignKeyimpl !Sync for TableForeignKeyimpl Unpin for TableForeignKeyimpl !UnwindSafe for TableForeignKeyBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V