pub struct DanglingEdgeDetail {
pub source_id: String,
pub target_id: String,
pub edge_type: String,
}Expand description
One edge row that references a missing ainl_graph_nodes endpoint (see GraphValidationReport).
Fields§
§source_id: String§target_id: String§edge_type: StringTrait Implementations§
Source§impl Clone for DanglingEdgeDetail
impl Clone for DanglingEdgeDetail
Source§fn clone(&self) -> DanglingEdgeDetail
fn clone(&self) -> DanglingEdgeDetail
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 DanglingEdgeDetail
impl Debug for DanglingEdgeDetail
Source§impl PartialEq for DanglingEdgeDetail
impl PartialEq for DanglingEdgeDetail
impl Eq for DanglingEdgeDetail
impl StructuralPartialEq for DanglingEdgeDetail
Auto Trait Implementations§
impl Freeze for DanglingEdgeDetail
impl RefUnwindSafe for DanglingEdgeDetail
impl Send for DanglingEdgeDetail
impl Sync for DanglingEdgeDetail
impl Unpin for DanglingEdgeDetail
impl UnsafeUnpin for DanglingEdgeDetail
impl UnwindSafe for DanglingEdgeDetail
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