pub enum VarTypes {
String,
Int32,
Int64,
Float,
Double,
Bool,
Char,
}Expand description
§The variable types.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarTypes
impl RefUnwindSafe for VarTypes
impl Send for VarTypes
impl Sync for VarTypes
impl Unpin for VarTypes
impl UnwindSafe for VarTypes
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