pub enum BaseType {
Word,
Long,
Single,
Double,
}Variants§
Implementations§
Source§impl BaseType
impl BaseType
pub fn to_short_spec(&self) -> ShortTypeSpec
Source§impl BaseType
impl BaseType
pub fn to_extended_type(&self) -> ExtendedType
Trait Implementations§
Source§impl From<BaseType> for ExtendedType
impl From<BaseType> for ExtendedType
Source§impl TryFrom<ExtendedType> for BaseType
impl TryFrom<ExtendedType> for BaseType
Source§type Error = InvalidBaseTypeError
type Error = InvalidBaseTypeError
The type returned in the event of a conversion error.
impl Copy for BaseType
impl Eq for BaseType
impl StructuralPartialEq for BaseType
Auto Trait Implementations§
impl Freeze for BaseType
impl RefUnwindSafe for BaseType
impl Send for BaseType
impl Sync for BaseType
impl Unpin for BaseType
impl UnwindSafe for BaseType
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.