Struct dao::rules::validation::IsVa
source · pub struct IsVa { /* private fields */ }
Expand description
Verifies if the user is not onboarded. May return Error::VaOnboardedAlready.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IsVa
impl Send for IsVa
impl Sync for IsVa
impl Unpin for IsVa
impl UnwindSafe for IsVa
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