Struct dao::rules::validation::voting::CanCreateVoting
source · pub struct CanCreateVoting { /* private fields */ }
Expand description
Verifies if Voting
can be created. May return Error::NotOnboarded.
Implementations§
Trait Implementations§
source§impl Validation for CanCreateVoting
impl Validation for CanCreateVoting
Auto Trait Implementations§
impl RefUnwindSafe for CanCreateVoting
impl Send for CanCreateVoting
impl Sync for CanCreateVoting
impl Unpin for CanCreateVoting
impl UnwindSafe for CanCreateVoting
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