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
Add(DynIden, Option<TypeAlterAddOpt>)Rename(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 TypeAlterOptimpl !Send for TypeAlterOptimpl !Sync for TypeAlterOptimpl Unpin for TypeAlterOptimpl !UnwindSafe for TypeAlterOptBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V