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_string(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> 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.