Struct graph_neighbor_matching::Graph [] [src]

pub struct Graph<'a> {
    // some fields omitted
}

Methods

impl<'a> Graph<'a>
[src]

fn new(in_edges: &'a [Vec<Edge>], out_edges: &'a [Vec<Edge>]) -> Graph<'a>

Trait Implementations

impl<'a> Debug for Graph<'a>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<'a> Clone for Graph<'a>
[src]

fn clone(&self) -> Graph<'a>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<'a> Copy for Graph<'a>
[src]