pub enum KgRelation {
Temporal,
Triggers,
Constrains,
TypeOf,
}Expand description
Relation type for KG edges.
Variants§
Trait Implementations§
Source§impl Clone for KgRelation
impl Clone for KgRelation
Source§fn clone(&self) -> KgRelation
fn clone(&self) -> KgRelation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KgRelation
impl Debug for KgRelation
Source§impl PartialEq for KgRelation
impl PartialEq for KgRelation
impl Eq for KgRelation
impl StructuralPartialEq for KgRelation
Auto Trait Implementations§
impl Freeze for KgRelation
impl RefUnwindSafe for KgRelation
impl Send for KgRelation
impl Sync for KgRelation
impl Unpin for KgRelation
impl UnwindSafe for KgRelation
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