pub struct IdentNameId(/* private fields */);Implementations§
Source§impl IdentNameId
impl IdentNameId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for IdentNameId
impl Clone for IdentNameId
Source§fn clone(&self) -> IdentNameId
fn clone(&self) -> IdentNameId
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 IdentNameId
impl Debug for IdentNameId
Source§impl<'a> From<IdentName<'a>> for IdentNameId
impl<'a> From<IdentName<'a>> for IdentNameId
Source§impl From<IdentNameId> for AnyNodeId
impl From<IdentNameId> for AnyNodeId
Source§fn from(id: IdentNameId) -> AnyNodeId
fn from(id: IdentNameId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for IdentNameId
impl Hash for IdentNameId
Source§impl PartialEq for IdentNameId
impl PartialEq for IdentNameId
Source§impl TypedNodeId for IdentNameId
impl TypedNodeId for IdentNameId
impl Copy for IdentNameId
impl Eq for IdentNameId
impl StructuralPartialEq for IdentNameId
Auto Trait Implementations§
impl Freeze for IdentNameId
impl RefUnwindSafe for IdentNameId
impl Send for IdentNameId
impl Sync for IdentNameId
impl Unpin for IdentNameId
impl UnsafeUnpin for IdentNameId
impl UnwindSafe for IdentNameId
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