Struct lattices::ght::lattice::GhtNodeKeyedBimorphism
source · pub struct GhtNodeKeyedBimorphism<Bimorphism> { /* private fields */ }
Expand description
bimorphism trait for equijoining Ght Nodes
Implementations§
source§impl<Bimorphism> GhtNodeKeyedBimorphism<Bimorphism>
impl<Bimorphism> GhtNodeKeyedBimorphism<Bimorphism>
bimorphism implementation for equijoining Ght Nodes
Trait Implementations§
source§impl<Bimorphism: Default> Default for GhtNodeKeyedBimorphism<Bimorphism>
impl<Bimorphism: Default> Default for GhtNodeKeyedBimorphism<Bimorphism>
source§fn default() -> GhtNodeKeyedBimorphism<Bimorphism>
fn default() -> GhtNodeKeyedBimorphism<Bimorphism>
Returns the “default value” for a type. Read more
source§impl<'a, 'b, Head, GhtA, GhtB, ValFunc> LatticeBimorphism<&'a GhtA, &'b GhtB> for GhtNodeKeyedBimorphism<ValFunc>where
Head: Clone + Hash + Eq,
ValFunc: LatticeBimorphism<&'a GhtA::Get, &'b GhtB::Get>,
ValFunc::Output: GeneralizedHashTrieNode,
GhtA: GeneralizedHashTrieNode<Head = Head> + GhtGet,
GhtB: GeneralizedHashTrieNode<Head = Head, Schema = GhtA::Schema> + GhtGet,
GhtA::Storage: VariadicSet<Schema = GhtA::Schema>,
GhtB::Storage: VariadicSet<Schema = GhtB::Schema>,
<GhtA::SuffixSchema as VariadicExt>::AsRefVar<'a>: CloneVariadic,
<GhtB::SuffixSchema as VariadicExt>::AsRefVar<'b>: CloneVariadic,
impl<'a, 'b, Head, GhtA, GhtB, ValFunc> LatticeBimorphism<&'a GhtA, &'b GhtB> for GhtNodeKeyedBimorphism<ValFunc>where
Head: Clone + Hash + Eq,
ValFunc: LatticeBimorphism<&'a GhtA::Get, &'b GhtB::Get>,
ValFunc::Output: GeneralizedHashTrieNode,
GhtA: GeneralizedHashTrieNode<Head = Head> + GhtGet,
GhtB: GeneralizedHashTrieNode<Head = Head, Schema = GhtA::Schema> + GhtGet,
GhtA::Storage: VariadicSet<Schema = GhtA::Schema>,
GhtB::Storage: VariadicSet<Schema = GhtB::Schema>,
<GhtA::SuffixSchema as VariadicExt>::AsRefVar<'a>: CloneVariadic,
<GhtB::SuffixSchema as VariadicExt>::AsRefVar<'b>: CloneVariadic,
bimorphism implementation for equijoining Ght Nodes
Auto Trait Implementations§
impl<Bimorphism> Freeze for GhtNodeKeyedBimorphism<Bimorphism>where
Bimorphism: Freeze,
impl<Bimorphism> RefUnwindSafe for GhtNodeKeyedBimorphism<Bimorphism>where
Bimorphism: RefUnwindSafe,
impl<Bimorphism> Send for GhtNodeKeyedBimorphism<Bimorphism>where
Bimorphism: Send,
impl<Bimorphism> Sync for GhtNodeKeyedBimorphism<Bimorphism>where
Bimorphism: Sync,
impl<Bimorphism> Unpin for GhtNodeKeyedBimorphism<Bimorphism>where
Bimorphism: Unpin,
impl<Bimorphism> UnwindSafe for GhtNodeKeyedBimorphism<Bimorphism>where
Bimorphism: 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