Struct cql3_parser::alter_column::AlterColumnType
source · [−]pub struct AlterColumnType {
pub name: Identifier,
pub data_type: DataType,
}Expand description
data to alter a column type.
Fields
name: Identifierthe name of the column
data_type: DataTypethe data type to set the colum to.
Trait Implementations
sourceimpl Clone for AlterColumnType
impl Clone for AlterColumnType
sourcefn clone(&self) -> AlterColumnType
fn clone(&self) -> AlterColumnType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterColumnType
impl Debug for AlterColumnType
sourceimpl Display for AlterColumnType
impl Display for AlterColumnType
sourceimpl PartialEq<AlterColumnType> for AlterColumnType
impl PartialEq<AlterColumnType> for AlterColumnType
sourcefn eq(&self, other: &AlterColumnType) -> bool
fn eq(&self, other: &AlterColumnType) -> bool
impl StructuralPartialEq for AlterColumnType
Auto Trait Implementations
impl RefUnwindSafe for AlterColumnType
impl Send for AlterColumnType
impl Sync for AlterColumnType
impl Unpin for AlterColumnType
impl UnwindSafe for AlterColumnType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more