pub enum Mutates {
Nothing,
Forge,
Local,
}Expand description
What a step touches when it applies.
Variants§
Nothing
The step only reads and reports.
Forge
The step writes forge configuration.
Local
The step writes local repository state in the target.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.