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