pub struct SourceNodeId(/* private fields */);Expand description
Result-local identity of one format-specific source node.
Implementations§
Trait Implementations§
Source§impl Clone for SourceNodeId
impl Clone for SourceNodeId
Source§fn clone(&self) -> SourceNodeId
fn clone(&self) -> SourceNodeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SourceNodeId
Source§impl Debug for SourceNodeId
impl Debug for SourceNodeId
impl Eq for SourceNodeId
Source§impl Hash for SourceNodeId
impl Hash for SourceNodeId
Source§impl PartialEq for SourceNodeId
impl PartialEq for SourceNodeId
impl StructuralPartialEq for SourceNodeId
Auto Trait Implementations§
impl Freeze for SourceNodeId
impl RefUnwindSafe for SourceNodeId
impl Send for SourceNodeId
impl Sync for SourceNodeId
impl Unpin for SourceNodeId
impl UnsafeUnpin for SourceNodeId
impl UnwindSafe for SourceNodeId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.