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