pub struct DependsOnExtension { /* private fields */ }Implementations§
Source§impl DependsOnExtension
impl DependsOnExtension
pub fn name_ref(&self) -> Option<NameRef>
pub fn depends_token(&self) -> Option<SyntaxToken>
pub fn extension_token(&self) -> Option<SyntaxToken>
pub fn on_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DependsOnExtension
impl AstNode for DependsOnExtension
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 DependsOnExtension
impl Clone for DependsOnExtension
Source§fn clone(&self) -> DependsOnExtension
fn clone(&self) -> DependsOnExtension
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 DependsOnExtension
impl Debug for DependsOnExtension
Source§impl From<DependsOnExtension> for AlterMaterializedViewAction
impl From<DependsOnExtension> for AlterMaterializedViewAction
Source§fn from(node: DependsOnExtension) -> AlterMaterializedViewAction
fn from(node: DependsOnExtension) -> AlterMaterializedViewAction
Converts to this type from the input type.
Source§impl Hash for DependsOnExtension
impl Hash for DependsOnExtension
Source§impl PartialEq for DependsOnExtension
impl PartialEq for DependsOnExtension
impl Eq for DependsOnExtension
impl StructuralPartialEq for DependsOnExtension
Auto Trait Implementations§
impl Freeze for DependsOnExtension
impl !RefUnwindSafe for DependsOnExtension
impl !Send for DependsOnExtension
impl !Sync for DependsOnExtension
impl Unpin for DependsOnExtension
impl !UnwindSafe for DependsOnExtension
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