pub struct Construct<'brand, J> { /* private fields */ }
Trait Implementations§
Source§impl<'brand, J: Jet> Marker for Construct<'brand, J>
impl<'brand, J: Jet> Marker for Construct<'brand, J>
Source§type CachedData = ConstructData<'brand, J>
type CachedData = ConstructData<'brand, J>
Precomputed data about the node, such as its type arrow or various Merkle roots.
Source§type Disconnect = Option<Arc<Node<Construct<'brand, J>>>>
type Disconnect = Option<Arc<Node<Construct<'brand, 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<'brand, J: Ord> Ord for Construct<'brand, J>
impl<'brand, J: Ord> Ord for Construct<'brand, 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<'brand, J: PartialOrd> PartialOrd for Construct<'brand, J>
impl<'brand, J: PartialOrd> PartialOrd for Construct<'brand, J>
impl<'brand, J: Copy> Copy for Construct<'brand, J>
impl<'brand, J: Eq> Eq for Construct<'brand, J>
impl<'brand, J> StructuralPartialEq for Construct<'brand, J>
Auto Trait Implementations§
impl<'brand, J> Freeze for Construct<'brand, J>
impl<'brand, J> RefUnwindSafe for Construct<'brand, J>where
J: RefUnwindSafe,
impl<'brand, J> Send for Construct<'brand, J>where
J: Sync,
impl<'brand, J> Sync for Construct<'brand, J>where
J: Sync,
impl<'brand, J> Unpin for Construct<'brand, J>
impl<'brand, J> UnwindSafe for Construct<'brand, J>where
J: RefUnwindSafe,
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