pub struct Percolation { /* private fields */ }Implementations§
Source§impl Percolation
impl Percolation
pub fn new(config: PercolationConfig) -> Self
Trait Implementations§
Source§impl Algorithm for Percolation
impl Algorithm for Percolation
Auto Trait Implementations§
impl Freeze for Percolation
impl RefUnwindSafe for Percolation
impl Send for Percolation
impl Sync for Percolation
impl Unpin for Percolation
impl UnwindSafe for Percolation
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