Struct graphannis_core::graph::storage::union::UnionEdgeContainer[][src]

pub struct UnionEdgeContainer<'a> { /* fields omitted */ }

Implementations

Trait Implementations

Get all outgoing edges for a given node.

Get all incoming edges for a given node.

Provides an iterator over all nodes of this edge container that are the source of an edge

Return true of the given node has any outgoing edges.

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.