pub enum JtdType {
Boolean,
String,
Timestamp,
Int8,
Int16,
Int32,
Uint8,
Uint16,
Uint32,
Float32,
Float64,
}Expand description
JTD primitive type identifiers.
Variants§
Trait Implementations§
impl Eq for JtdType
impl StructuralPartialEq for JtdType
Auto Trait Implementations§
impl Freeze for JtdType
impl RefUnwindSafe for JtdType
impl Send for JtdType
impl Sync for JtdType
impl Unpin for JtdType
impl UnsafeUnpin for JtdType
impl UnwindSafe for JtdType
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.