Enum sea_query::extension::postgres::TypeAlterOpt [−][src]
pub enum TypeAlterOpt { Add(DynIden, Option<TypeAlterAddOpt>), Rename(DynIden), RenameValue(DynIden, DynIden), }
This is supported on crate feature
backend-postgres
only.Variants
Tuple Fields of Add
0: DynIden
1: Option<TypeAlterAddOpt>
Tuple Fields of Rename
0: DynIden
Implementations
Changes only ADD VALUE x
options into ADD VALUE x BEFORE
options, does nothing otherwise
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TypeAlterOpt
impl Send for TypeAlterOpt
impl Sync for TypeAlterOpt
impl Unpin for TypeAlterOpt
impl !UnwindSafe for TypeAlterOpt
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self