pub struct SetType { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AstNode for SetType
impl AstNode for SetType
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl From<SetType> for AlterColumnOption
impl From<SetType> for AlterColumnOption
Source§fn from(node: SetType) -> AlterColumnOption
fn from(node: SetType) -> AlterColumnOption
Converts to this type from the input type.
impl Eq for SetType
impl StructuralPartialEq for SetType
Auto Trait Implementations§
impl Freeze for SetType
impl !RefUnwindSafe for SetType
impl !Send for SetType
impl !Sync for SetType
impl Unpin for SetType
impl !UnwindSafe for SetType
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