pub enum GraphPrismOp {
None,
Forward,
InverseEmbedding,
}Expand description
Descriptor operation attached to a graph weight. None is the default
for ordinary CMF files; Prism weights are admitted only when the token
graph carries this explicit transform contract.
Variants§
Trait Implementations§
Source§impl Clone for GraphPrismOp
impl Clone for GraphPrismOp
impl Copy for GraphPrismOp
Source§impl Debug for GraphPrismOp
impl Debug for GraphPrismOp
impl Eq for GraphPrismOp
Source§impl PartialEq for GraphPrismOp
impl PartialEq for GraphPrismOp
impl StructuralPartialEq for GraphPrismOp
Auto Trait Implementations§
impl Freeze for GraphPrismOp
impl RefUnwindSafe for GraphPrismOp
impl Send for GraphPrismOp
impl Sync for GraphPrismOp
impl Unpin for GraphPrismOp
impl UnsafeUnpin for GraphPrismOp
impl UnwindSafe for GraphPrismOp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.