Struct dao::rules::validation::voting::AfterFormalVoting
source · pub struct AfterFormalVoting { /* private fields */ }
Expand description
Verifies if the Formal Voting
ended. May return Error::FormalVotingNotCompleted.
Implementations§
Trait Implementations§
source§impl VotingValidation for AfterFormalVoting
impl VotingValidation for AfterFormalVoting
source§fn validate(
&self,
voting_state_machine: &VotingStateMachine,
configuration: &Configuration
) -> Result<(), Error>
fn validate( &self, voting_state_machine: &VotingStateMachine, configuration: &Configuration ) -> Result<(), Error>
Returns the result of validation.
Auto Trait Implementations§
impl RefUnwindSafe for AfterFormalVoting
impl Send for AfterFormalVoting
impl Sync for AfterFormalVoting
impl Unpin for AfterFormalVoting
impl UnwindSafe for AfterFormalVoting
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