Skip to main content

GetType

Trait GetType 

Source
pub trait GetType {
    const TYPE: Typ;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl GetType for Bytes

Available on crate feature std only.
Source§

impl GetType for Date

Source§

impl GetType for Duration

Source§

impl GetType for IpAddr

Source§

impl GetType for Ipv6Addr

Source§

impl GetType for NonZeroU32

Source§

impl GetType for NonZeroU64

Source§

impl GetType for OffsetDateTime

Source§

impl GetType for PrimitiveDateTime

Source§

impl GetType for SocketAddrV6

Source§

impl GetType for String

Source§

impl GetType for Time

Source§

impl GetType for Uuid

Source§

impl GetType for Value

Available on crate feature std only.
Source§

impl GetType for bool

Source§

impl GetType for f32

Source§

impl GetType for f64

Source§

impl GetType for i32

Source§

impl GetType for i64

Source§

impl GetType for u8

Source§

impl GetType for u16

Source§

impl GetType for u32

Source§

impl GetType for u64

Source§

impl GetType for usize

Source§

impl<K: GetType, V: GetType> GetType for BTreeMap<K, V>

Source§

impl<K: GetType, V: GetType> GetType for HashMap<K, V>

Source§

impl<T1: GetType, T2: GetType, T3: GetType, T4: GetType> GetType for (T1, T2, T3, T4)

Source§

impl<T1: GetType, T2: GetType, T3: GetType> GetType for (T1, T2, T3)

Source§

impl<T1: GetType, T2: GetType> GetType for (T1, T2)

Source§

impl<T: GetType, const CAP: usize> GetType for ArrayVec<T, CAP>

Source§

impl<T: GetType> GetType for Box<T>

Source§

const TYPE: Typ = T::TYPE

Source§

impl<T: GetType> GetType for Option<T>

Source§

impl<T: GetType> GetType for Vec<T>

Source§

impl<const CAP: usize> GetType for ArrayString<CAP>

Source§

impl<const CAP: usize> GetType for [u8; CAP]

Implementors§