Struct sea_query::extension::postgres::Type [−][src]
pub struct Type;
This is supported on crate feature
backend-postgres only.Expand description
Helper for constructing any type statement
Implementations
Construct type TypeCreateStatement
Construct type TypeDropStatement
Construct type TypeAlterStatement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Typeimpl UnwindSafe for Type