Enum dao::utils::variable_type::VariableType
source · pub enum VariableType {
Balance,
BlockTime,
Address,
Bool,
Unknown,
}
Variants§
Implementations§
source§impl VariableType
impl VariableType
pub fn from_key(name: &str) -> VariableType
Auto Trait Implementations§
impl RefUnwindSafe for VariableType
impl Send for VariableType
impl Sync for VariableType
impl Unpin for VariableType
impl UnwindSafe for VariableType
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