Struct sea_schema::postgres::def::Unique [−][src]
This is supported on crate features
postgres and def only.Expand description
That each set of values for these columns must be unique across the whole table
Fields
name: Stringcolumns: Vec<String>Implementations
This is supported on crate feature
writer only.Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Unique
impl UnwindSafe for Unique
Blanket Implementations
Mutably borrows from an owned value. Read more