pub struct SavepointStmtId(/* private fields */);Implementations§
Source§impl SavepointStmtId
impl SavepointStmtId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for SavepointStmtId
impl Clone for SavepointStmtId
Source§fn clone(&self) -> SavepointStmtId
fn clone(&self) -> SavepointStmtId
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 SavepointStmtId
impl Debug for SavepointStmtId
Source§impl<'a> From<SavepointStmt<'a>> for SavepointStmtId
impl<'a> From<SavepointStmt<'a>> for SavepointStmtId
Source§fn from(n: SavepointStmt<'a>) -> Self
fn from(n: SavepointStmt<'a>) -> Self
Converts to this type from the input type.
Source§impl From<SavepointStmtId> for AnyNodeId
impl From<SavepointStmtId> for AnyNodeId
Source§fn from(id: SavepointStmtId) -> AnyNodeId
fn from(id: SavepointStmtId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for SavepointStmtId
impl Hash for SavepointStmtId
Source§impl PartialEq for SavepointStmtId
impl PartialEq for SavepointStmtId
Source§impl TypedNodeId for SavepointStmtId
impl TypedNodeId for SavepointStmtId
Source§type Node<'a> = SavepointStmt<'a>
type Node<'a> = SavepointStmt<'a>
The typed view produced when this ID is resolved against an arena.
impl Copy for SavepointStmtId
impl Eq for SavepointStmtId
impl StructuralPartialEq for SavepointStmtId
Auto Trait Implementations§
impl Freeze for SavepointStmtId
impl RefUnwindSafe for SavepointStmtId
impl Send for SavepointStmtId
impl Sync for SavepointStmtId
impl Unpin for SavepointStmtId
impl UnsafeUnpin for SavepointStmtId
impl UnwindSafe for SavepointStmtId
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