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