pub struct AlterLargeObject { /* private fields */ }
Implementations§
Source§impl AlterLargeObject
impl AlterLargeObject
pub fn alter_token(&self) -> Option<SyntaxToken>
pub fn large_token(&self) -> Option<SyntaxToken>
pub fn object_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AlterLargeObject
impl AstNode for AlterLargeObject
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 Clone for AlterLargeObject
impl Clone for AlterLargeObject
Source§fn clone(&self) -> AlterLargeObject
fn clone(&self) -> AlterLargeObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AlterLargeObject
impl Debug for AlterLargeObject
Source§impl From<AlterLargeObject> for Stmt
impl From<AlterLargeObject> for Stmt
Source§fn from(node: AlterLargeObject) -> Stmt
fn from(node: AlterLargeObject) -> Stmt
Converts to this type from the input type.
Source§impl Hash for AlterLargeObject
impl Hash for AlterLargeObject
Source§impl PartialEq for AlterLargeObject
impl PartialEq for AlterLargeObject
impl Eq for AlterLargeObject
impl StructuralPartialEq for AlterLargeObject
Auto Trait Implementations§
impl Freeze for AlterLargeObject
impl !RefUnwindSafe for AlterLargeObject
impl !Send for AlterLargeObject
impl !Sync for AlterLargeObject
impl Unpin for AlterLargeObject
impl !UnwindSafe for AlterLargeObject
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