pub struct MutationManager {
pub mutated: bool,
pub add_sub: usize,
pub sub_add: usize,
pub mul_div: usize,
pub div_mul: usize,
}
Fields
mutated: bool
add_sub: usize
sub_add: usize
mul_div: usize
div_mul: usize
Auto Trait Implementations
impl RefUnwindSafe for MutationManager
impl Send for MutationManager
impl Sync for MutationManager
impl Unpin for MutationManager
impl UnwindSafe for MutationManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more