Enum sea_query::extension::postgres::TypeAlterOpt
source · pub enum TypeAlterOpt {
Add(DynIden, Option<TypeAlterAddOpt>),
Rename(DynIden),
RenameValue(DynIden, DynIden),
}
Available on crate feature
backend-postgres
only.Variants§
Implementations§
Trait Implementations§
source§impl Clone for TypeAlterOpt
impl Clone for TypeAlterOpt
source§fn clone(&self) -> TypeAlterOpt
fn clone(&self) -> TypeAlterOpt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more