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