Enum dao_testing::tests::ShouldExecute
source · pub enum ShouldExecute {
Yes,
No,
Meh,
}Expand description
If a test vote should execute. Used for fuzzing and checking that votes after a proposal has completed aren’t allowed.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ShouldExecute
impl Send for ShouldExecute
impl Sync for ShouldExecute
impl Unpin for ShouldExecute
impl UnwindSafe for ShouldExecute
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