pub struct ImportedValueSource {
pub dag_id: DagId,
pub source_name: DeclName,
}Expand description
Runtime source of an imported value visible inside a DAG body.
Fields§
§dag_id: DagIdDAG that owns the original declaration.
source_name: DeclNameOriginal declaration name in the owning DAG.
Trait Implementations§
Source§impl Clone for ImportedValueSource
impl Clone for ImportedValueSource
Source§fn clone(&self) -> ImportedValueSource
fn clone(&self) -> ImportedValueSource
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 moreSource§impl Debug for ImportedValueSource
impl Debug for ImportedValueSource
impl Eq for ImportedValueSource
Source§impl PartialEq for ImportedValueSource
impl PartialEq for ImportedValueSource
Source§fn eq(&self, other: &ImportedValueSource) -> bool
fn eq(&self, other: &ImportedValueSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImportedValueSource
Auto Trait Implementations§
impl Freeze for ImportedValueSource
impl RefUnwindSafe for ImportedValueSource
impl Send for ImportedValueSource
impl Sync for ImportedValueSource
impl Unpin for ImportedValueSource
impl UnsafeUnpin for ImportedValueSource
impl UnwindSafe for ImportedValueSource
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.