Struct hypospray::Graph [] [src]

pub struct Graph<M: ?Sized>(_, _)
where
    M:
;

Methods

impl<M: ?Sized> Graph<M> where
    M: , 
[src]

Constructs a new, empty Graph<M>.

Trait Implementations

impl<M: ?Sized> Clone for Graph<M> where
    M: , 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more