pub struct NGraphBuilder<K: Hash + Eq + Sized + Debug, T> { /* private fields */ }
Expand description

图 构建器

Implementations

创建 默认

用已有的图 重新 构建

对应节点是否存在

取到对应节点的引用

添加 节点

添加 边

移除 节点

移除 边

构建图 返回Graph,或者 回环的节点

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.