pub struct NativeGraphAdjacencyFrame {
pub edges: Vec<NativeGraphEdge>,
}Expand description
A decoded graph-adjacency (RDGA) artifact.
Fields§
§edges: Vec<NativeGraphEdge>Trait Implementations§
Source§impl Clone for NativeGraphAdjacencyFrame
impl Clone for NativeGraphAdjacencyFrame
Source§fn clone(&self) -> NativeGraphAdjacencyFrame
fn clone(&self) -> NativeGraphAdjacencyFrame
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 moreSource§impl Debug for NativeGraphAdjacencyFrame
impl Debug for NativeGraphAdjacencyFrame
impl StructuralPartialEq for NativeGraphAdjacencyFrame
Auto Trait Implementations§
impl Freeze for NativeGraphAdjacencyFrame
impl RefUnwindSafe for NativeGraphAdjacencyFrame
impl Send for NativeGraphAdjacencyFrame
impl Sync for NativeGraphAdjacencyFrame
impl Unpin for NativeGraphAdjacencyFrame
impl UnsafeUnpin for NativeGraphAdjacencyFrame
impl UnwindSafe for NativeGraphAdjacencyFrame
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