pub struct TMFilterTrace {
pub swaps_done: Vec<usize>,
}Expand description
The trace for TMFilter
Fields§
§swaps_done: Vec<usize>Gives the indices of each swap performed in the schedule
Trait Implementations§
Source§impl Debug for TMFilterTrace
impl Debug for TMFilterTrace
Auto Trait Implementations§
impl Freeze for TMFilterTrace
impl RefUnwindSafe for TMFilterTrace
impl Send for TMFilterTrace
impl Sync for TMFilterTrace
impl Unpin for TMFilterTrace
impl UnwindSafe for TMFilterTrace
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