Enum tinychain::scalar::UIntType [−]
pub enum UIntType { U8, U16, U32, U64, UInt, }
The type of a UInt
.
Variants
Trait Implementations
impl Clone for UIntType
[+]
impl Copy for UIntType
impl Debug for UIntType
[+]
impl Default for UIntType
[+]
impl<'de> Deserialize<'de> for UIntType
[+]
impl Display for UIntType
[+]
impl Eq for UIntType
impl From<UIntType> for NumberType
[+]
impl Hash for UIntType
[+]
impl NumberClass for UIntType
[+]
impl Ord for UIntType
[+]
impl PartialEq<UIntType> for UIntType
[+]
impl PartialOrd<UIntType> for UIntType
[+]
impl Serialize for UIntType
[+]
impl StructuralEq for UIntType
impl StructuralPartialEq for UIntType
Auto Trait Implementations
impl RefUnwindSafe for UIntType
impl Send for UIntType
impl Sync for UIntType
impl Unpin for UIntType
impl UnwindSafe for UIntType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<F, T> CastFrom<F> for T where
T: From<F>,
[src][+]
T: From<F>,
impl<T, F> CastInto<F> for T where
F: CastFrom<T>,
[src][+]
F: CastFrom<T>,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> Match for F
[src][+]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src][+]
T: CastFrom<F>,
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src][+]
T: TryCastFrom<F>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,