pub struct Construct<J> { /* private fields */ }
Trait Implementations§
Source§impl<J: Jet> Marker for Construct<J>
impl<J: Jet> Marker for Construct<J>
Source§type CachedData = ConstructData<J>
type CachedData = ConstructData<J>
Precomputed data about the node, such as its type arrow or various Merkle roots.
Source§type Disconnect = Option<Arc<Node<Construct<J>>>>
type Disconnect = Option<Arc<Node<Construct<J>>>>
Type of disconnect data attached to DAGs of this node type.
Source§type SharingId = ConstructId
type SharingId = ConstructId
A type which uniquely identifies a node, for purposes of sharing
during iteration over the DAG.
Source§fn compute_sharing_id(_: Cmr, _: &ConstructData<J>) -> Option<ConstructId>
fn compute_sharing_id(_: Cmr, _: &ConstructData<J>) -> Option<ConstructId>
Yields the sharing ID for a given type, starting from its CMR and its cached data. Read more
Source§impl<J: Ord> Ord for Construct<J>
impl<J: Ord> Ord for Construct<J>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<J: PartialOrd> PartialOrd for Construct<J>
impl<J: PartialOrd> PartialOrd for Construct<J>
impl<J: Copy> Copy for Construct<J>
impl<J: Eq> Eq for Construct<J>
impl<J> StructuralPartialEq for Construct<J>
Auto Trait Implementations§
impl<J> Freeze for Construct<J>
impl<J> RefUnwindSafe for Construct<J>where
J: RefUnwindSafe,
impl<J> Send for Construct<J>where
J: Send,
impl<J> Sync for Construct<J>where
J: Sync,
impl<J> Unpin for Construct<J>where
J: Unpin,
impl<J> UnwindSafe for Construct<J>where
J: UnwindSafe,
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