Struct graph::walkers::sim_annealing::SimAnnealing
source · pub struct SimAnnealing<'a, Ix> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, Ix: IndexType> Walker<Ix> for SimAnnealing<'a, Ix>
impl<'a, Ix: IndexType> Walker<Ix> for SimAnnealing<'a, Ix>
fn step(&mut self) -> WalkerState<Ix>
Auto Trait Implementations§
impl<'a, Ix> RefUnwindSafe for SimAnnealing<'a, Ix>where Ix: RefUnwindSafe,
impl<'a, Ix> !Send for SimAnnealing<'a, Ix>
impl<'a, Ix> !Sync for SimAnnealing<'a, Ix>
impl<'a, Ix> Unpin for SimAnnealing<'a, Ix>
impl<'a, Ix> UnwindSafe for SimAnnealing<'a, Ix>where Ix: RefUnwindSafe,
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