pub enum Mutates {
Nothing,
Forge,
}Expand description
What a step touches when it applies.
Variants§
Trait Implementations§
impl Copy for Mutates
impl Eq for Mutates
impl StructuralPartialEq for Mutates
Auto Trait Implementations§
impl Freeze for Mutates
impl RefUnwindSafe for Mutates
impl Send for Mutates
impl Sync for Mutates
impl Unpin for Mutates
impl UnsafeUnpin for Mutates
impl UnwindSafe for Mutates
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