pub struct AlterDomain { /* private fields */ }
Implementations§
Source§impl AlterDomain
impl AlterDomain
pub fn action(&self) -> Option<AlterDomainAction>
pub fn path(&self) -> Option<Path>
pub fn alter_token(&self) -> Option<SyntaxToken>
pub fn domain_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AlterDomain
impl AstNode for AlterDomain
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 AlterDomain
impl Clone for AlterDomain
Source§fn clone(&self) -> AlterDomain
fn clone(&self) -> AlterDomain
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 AlterDomain
impl Debug for AlterDomain
Source§impl From<AlterDomain> for Stmt
impl From<AlterDomain> for Stmt
Source§fn from(node: AlterDomain) -> Stmt
fn from(node: AlterDomain) -> Stmt
Converts to this type from the input type.
Source§impl Hash for AlterDomain
impl Hash for AlterDomain
Source§impl PartialEq for AlterDomain
impl PartialEq for AlterDomain
impl Eq for AlterDomain
impl StructuralPartialEq for AlterDomain
Auto Trait Implementations§
impl Freeze for AlterDomain
impl !RefUnwindSafe for AlterDomain
impl !Send for AlterDomain
impl !Sync for AlterDomain
impl Unpin for AlterDomain
impl !UnwindSafe for AlterDomain
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