pub enum CognitiveEdgeType {
Show 13 variants
CausedBy,
RelatedTo,
Supports,
Contradicts,
Precedes,
Contains,
Implies,
PartOf,
InstanceOf,
SimilarTo,
ContrastsWith,
FollowedBy,
DerivedFrom,
}Expand description
Types of cognitive edges.
Variants§
CausedBy
RelatedTo
Supports
Contradicts
Precedes
Contains
Implies
PartOf
InstanceOf
SimilarTo
ContrastsWith
FollowedBy
DerivedFrom
Trait Implementations§
Source§impl Clone for CognitiveEdgeType
impl Clone for CognitiveEdgeType
Source§fn clone(&self) -> CognitiveEdgeType
fn clone(&self) -> CognitiveEdgeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CognitiveEdgeType
Source§impl Debug for CognitiveEdgeType
impl Debug for CognitiveEdgeType
Source§impl Default for CognitiveEdgeType
impl Default for CognitiveEdgeType
Source§impl<'de> Deserialize<'de> for CognitiveEdgeType
impl<'de> Deserialize<'de> for CognitiveEdgeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CognitiveEdgeType
Source§impl PartialEq for CognitiveEdgeType
impl PartialEq for CognitiveEdgeType
Source§impl Serialize for CognitiveEdgeType
impl Serialize for CognitiveEdgeType
impl StructuralPartialEq for CognitiveEdgeType
Auto Trait Implementations§
impl Freeze for CognitiveEdgeType
impl RefUnwindSafe for CognitiveEdgeType
impl Send for CognitiveEdgeType
impl Sync for CognitiveEdgeType
impl Unpin for CognitiveEdgeType
impl UnsafeUnpin for CognitiveEdgeType
impl UnwindSafe for CognitiveEdgeType
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