pub struct SampleGraph;
Expand description
A stub Graph
, same as the one from test-ancestor.py
o 13
|
| o 12
| |
| | o 11
| | |
| | | | o 10
| | | | |
| o—+ | 9
| | | | |
o | | | | 8
/ / / /
| | o | 7
| | | |
o—+ | 6
/ / /
| | o 5
| |/
| o 4
| |
o | 3
| |
| o 2
|/
o 1
|
o 0
Trait Implementations§
Source§impl Clone for SampleGraph
impl Clone for SampleGraph
Source§fn clone(&self) -> SampleGraph
fn clone(&self) -> SampleGraph
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SampleGraph
impl Debug for SampleGraph
Auto Trait Implementations§
impl Freeze for SampleGraph
impl RefUnwindSafe for SampleGraph
impl Send for SampleGraph
impl Sync for SampleGraph
impl Unpin for SampleGraph
impl UnwindSafe for SampleGraph
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