pub struct DataType(/* private fields */);Implementations§
Source§impl DataType
impl DataType
pub const TEXT: DataType
pub const CHAR: DataType
pub const INT: DataType
pub const LONG: DataType
pub const FLOAT: DataType
pub const DOUBLE: DataType
pub const BYTE_BUFFER: DataType
pub const ARRAY: DataType
pub const LIST: DataType
pub const VAR_POINTER: DataType
pub const FUNCTION_POINTER: DataType
pub const STRUCT: DataType
pub const OBJECT: DataType
pub const ERROR: DataType
pub const NULL: DataType
pub const VOID: DataType
pub const ARGUMENT_SEPARATOR: DataType
pub const TYPE: DataType
pub fn from_str(str: &str) -> Option<Self>
pub const fn lang_type_id(&self) -> u8
Trait Implementations§
impl Copy for DataType
impl Eq for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations§
impl Freeze for DataType
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
Blanket Implementations§
Source§impl<T> AnyWithEq for T
impl<T> AnyWithEq for T
fn as_any(&self) -> &(dyn Any + 'static)
fn is_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
fn is_strict_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
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