pub struct Construct<'brand> { /* private fields */ }Trait Implementations§
Source§impl<'brand> Marker for Construct<'brand>
impl<'brand> Marker for Construct<'brand>
Source§type CachedData = ConstructData<'brand>
type CachedData = ConstructData<'brand>
Precomputed data about the node, such as its type arrow or various Merkle roots.
Source§type Disconnect = Option<Arc<Node<Construct<'brand>>>>
type Disconnect = Option<Arc<Node<Construct<'brand>>>>
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<'brand>) -> Option<ConstructId>
fn compute_sharing_id(_: Cmr, _: &ConstructData<'brand>) -> Option<ConstructId>
Yields the sharing ID for a given type, starting from its CMR and its cached data. Read more
Source§impl<'brand> Ord for Construct<'brand>
impl<'brand> Ord for Construct<'brand>
1.21.0 (const: unstable) · 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> PartialEq for Construct<'brand>
impl<'brand> PartialEq for Construct<'brand>
Source§impl<'brand> PartialOrd for Construct<'brand>
impl<'brand> PartialOrd for Construct<'brand>
impl<'brand> Copy for Construct<'brand>
impl<'brand> Eq for Construct<'brand>
impl<'brand> StructuralPartialEq for Construct<'brand>
Auto Trait Implementations§
impl<'brand> Freeze for Construct<'brand>
impl<'brand> RefUnwindSafe for Construct<'brand>
impl<'brand> Send for Construct<'brand>
impl<'brand> Sync for Construct<'brand>
impl<'brand> Unpin for Construct<'brand>
impl<'brand> UnsafeUnpin for Construct<'brand>
impl<'brand> UnwindSafe for Construct<'brand>
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