Struct lattices::ght::lattice::GhtBimorphism
source · pub struct GhtBimorphism<Bimorphism> { /* private fields */ }
Expand description
Composable bimorphism, wraps an existing morphism by partitioning it per key.
For example, GhtKeyedBimorphism<..., GhtCartesianProduct<...>>
is a join.
Implementations§
source§impl<Bimorphism> GhtBimorphism<Bimorphism>
impl<Bimorphism> GhtBimorphism<Bimorphism>
Trait Implementations§
source§impl<Bimorphism: Default> Default for GhtBimorphism<Bimorphism>
impl<Bimorphism: Default> Default for GhtBimorphism<Bimorphism>
source§fn default() -> GhtBimorphism<Bimorphism>
fn default() -> GhtBimorphism<Bimorphism>
Returns the “default value” for a type. Read more
source§impl<GhtA, GhtB, ValFunc, GhtOut> LatticeBimorphism<GhtA, GhtB> for GhtBimorphism<ValFunc>where
GhtA: GeneralizedHashTrieNode,
GhtA::Storage: VariadicSet<Schema = GhtA::Schema>,
GhtB: GeneralizedHashTrieNode,
GhtB::Storage: VariadicSet<Schema = GhtB::Schema>,
GhtOut: GeneralizedHashTrieNode,
for<'a, 'b> ValFunc: LatticeBimorphism<&'a GhtA, &'b GhtB, Output = GhtOut>,
impl<GhtA, GhtB, ValFunc, GhtOut> LatticeBimorphism<GhtA, GhtB> for GhtBimorphism<ValFunc>where
GhtA: GeneralizedHashTrieNode,
GhtA::Storage: VariadicSet<Schema = GhtA::Schema>,
GhtB: GeneralizedHashTrieNode,
GhtB::Storage: VariadicSet<Schema = GhtB::Schema>,
GhtOut: GeneralizedHashTrieNode,
for<'a, 'b> ValFunc: LatticeBimorphism<&'a GhtA, &'b GhtB, Output = GhtOut>,
Auto Trait Implementations§
impl<Bimorphism> Freeze for GhtBimorphism<Bimorphism>where
Bimorphism: Freeze,
impl<Bimorphism> RefUnwindSafe for GhtBimorphism<Bimorphism>where
Bimorphism: RefUnwindSafe,
impl<Bimorphism> Send for GhtBimorphism<Bimorphism>where
Bimorphism: Send,
impl<Bimorphism> Sync for GhtBimorphism<Bimorphism>where
Bimorphism: Sync,
impl<Bimorphism> Unpin for GhtBimorphism<Bimorphism>where
Bimorphism: Unpin,
impl<Bimorphism> UnwindSafe for GhtBimorphism<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