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§fn eq(&self, other: &VariableType) -> bool
fn eq(&self, other: &VariableType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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