pub struct GraphEdgeRow {
pub subject: String,
pub predicate: String,
pub object: String,
pub split: String,
pub row_hash: String,
}Expand description
One typed biomedical graph edge row emitted by the streaming loader.
Fields§
§subject: StringSubject node identifier.
predicate: StringPredicate/relation label.
object: StringObject node identifier.
split: StringSplit/provenance label.
row_hash: StringStable row hash over normalized subject, predicate, object, and split fields.
Trait Implementations§
Source§impl Clone for GraphEdgeRow
impl Clone for GraphEdgeRow
Source§fn clone(&self) -> GraphEdgeRow
fn clone(&self) -> GraphEdgeRow
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 GraphEdgeRow
impl Debug for GraphEdgeRow
Source§impl PartialEq for GraphEdgeRow
impl PartialEq for GraphEdgeRow
impl Eq for GraphEdgeRow
impl StructuralPartialEq for GraphEdgeRow
Auto Trait Implementations§
impl Freeze for GraphEdgeRow
impl RefUnwindSafe for GraphEdgeRow
impl Send for GraphEdgeRow
impl Sync for GraphEdgeRow
impl Unpin for GraphEdgeRow
impl UnsafeUnpin for GraphEdgeRow
impl UnwindSafe for GraphEdgeRow
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more