pub struct SetSchema { /* private fields */ }
Implementations§
Source§impl SetSchema
impl SetSchema
pub fn name_ref(&self) -> Option<NameRef>
pub fn schema_token(&self) -> Option<SyntaxToken>
pub fn set_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for SetSchema
impl AstNode for SetSchema
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<SetSchema> for AlterDomainAction
impl From<SetSchema> for AlterDomainAction
Source§fn from(node: SetSchema) -> AlterDomainAction
fn from(node: SetSchema) -> AlterDomainAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterTableAction
impl From<SetSchema> for AlterTableAction
Source§fn from(node: SetSchema) -> AlterTableAction
fn from(node: SetSchema) -> AlterTableAction
Converts to this type from the input type.
impl Eq for SetSchema
impl StructuralPartialEq for SetSchema
Auto Trait Implementations§
impl Freeze for SetSchema
impl !RefUnwindSafe for SetSchema
impl !Send for SetSchema
impl !Sync for SetSchema
impl Unpin for SetSchema
impl !UnwindSafe for SetSchema
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