pub struct AlterType {
pub name: ObjectName,
pub operation: AlterTypeOperation,
}
Expand description
An ALTER TYPE
statement (Statement::AlterType
)
Fields§
§name: ObjectName
§operation: AlterTypeOperation
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AlterType
impl<'de> Deserialize<'de> for AlterType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for AlterType
impl Ord for AlterType
Source§impl PartialOrd for AlterType
impl PartialOrd for AlterType
Source§impl VisitMut for AlterType
impl VisitMut for AlterType
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for AlterType
impl StructuralPartialEq for AlterType
Auto Trait Implementations§
impl Freeze for AlterType
impl RefUnwindSafe for AlterType
impl Send for AlterType
impl Sync for AlterType
impl Unpin for AlterType
impl UnwindSafe for AlterType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more