pub struct ErModel { /* private fields */ }
Expand description
The configuration of an Erdos-Renyi G(n, p) model.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErModel
impl RefUnwindSafe for ErModel
impl Send for ErModel
impl Sync for ErModel
impl Unpin for ErModel
impl UnwindSafe for ErModel
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