Struct cql3_parser::alter_type::AlterType
source · [−]pub struct AlterType {
pub name: FQName,
pub operation: AlterTypeOperation,
}Expand description
data for an AlterType statement
Fields
name: FQNamethe name of the type to alter
operation: AlterTypeOperationthe operation to perform on the type.
Trait Implementations
impl StructuralPartialEq for AlterType
Auto Trait Implementations
impl RefUnwindSafe for AlterType
impl Send for AlterType
impl Sync for AlterType
impl Unpin for AlterType
impl UnwindSafe for AlterType
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