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