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