pub struct EdgeRow {
pub source: NodeKey,
pub target: NodeKey,
}Expand description
One edge endpoint pair supplied by a caller scanning source tables.
Fields§
§source: NodeKeySource node key.
target: NodeKeyTarget node key.
Trait Implementations§
impl Copy for EdgeRow
impl Eq for EdgeRow
impl StructuralPartialEq for EdgeRow
Auto Trait Implementations§
impl Freeze for EdgeRow
impl RefUnwindSafe for EdgeRow
impl Send for EdgeRow
impl Sync for EdgeRow
impl Unpin for EdgeRow
impl UnsafeUnpin for EdgeRow
impl UnwindSafe for EdgeRow
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