pub struct NodeEdge {
pub node: Node,
pub edge: Edge,
}Fields§
§node: Node§edge: EdgeTrait Implementations§
Auto Trait Implementations§
impl Freeze for NodeEdge
impl RefUnwindSafe for NodeEdge
impl Send for NodeEdge
impl Sync for NodeEdge
impl Unpin for NodeEdge
impl UnsafeUnpin for NodeEdge
impl UnwindSafe for NodeEdge
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