pub struct HeapEdgeView {
pub from: usize,
pub to: usize,
pub relation: EdgeRelation,
}Fields§
§from: usize§to: usize§relation: EdgeRelationTrait Implementations§
Source§impl Clone for HeapEdgeView
impl Clone for HeapEdgeView
Source§fn clone(&self) -> HeapEdgeView
fn clone(&self) -> HeapEdgeView
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 HeapEdgeView
impl Debug for HeapEdgeView
impl Eq for HeapEdgeView
Source§impl PartialEq for HeapEdgeView
impl PartialEq for HeapEdgeView
Source§impl Serialize for HeapEdgeView
impl Serialize for HeapEdgeView
impl StructuralPartialEq for HeapEdgeView
Auto Trait Implementations§
impl Freeze for HeapEdgeView
impl RefUnwindSafe for HeapEdgeView
impl Send for HeapEdgeView
impl Sync for HeapEdgeView
impl Unpin for HeapEdgeView
impl UnsafeUnpin for HeapEdgeView
impl UnwindSafe for HeapEdgeView
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