pub struct RandomGraphGenerator { /* private fields */ }
Implementations§
Source§impl RandomGraphGenerator
impl RandomGraphGenerator
pub fn generate_empty(&mut self) -> DiGraph<usize, EmptyPayload, EmptyPayload>
pub fn generate_usize<NL, EL, FNL, FEL>( &mut self, f_nl: FNL, f_el: FEL, ) -> DiGraph<usize, NL, EL>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RandomGraphGenerator
impl RefUnwindSafe for RandomGraphGenerator
impl Send for RandomGraphGenerator
impl Sync for RandomGraphGenerator
impl Unpin for RandomGraphGenerator
impl UnwindSafe for RandomGraphGenerator
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