pub enum VariableType {
String,
Short,
Int,
Long,
Float,
Double,
Bool,
}
Variants§
Trait Implementations§
Source§impl Debug for VariableType
impl Debug for VariableType
Source§impl PartialEq for VariableType
impl PartialEq for VariableType
Source§impl PartialOrd for VariableType
impl PartialOrd for VariableType
impl StructuralPartialEq for VariableType
Auto Trait Implementations§
impl Freeze for VariableType
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