Trait fbthrift_git::ttype::GetTType[][src]

pub trait GetTType {
    const TTYPE: TType;
}

Associated Constants

Loading content...

Implementations on Foreign Types

impl GetTType for ()[src]

impl GetTType for bool[src]

impl GetTType for i8[src]

impl GetTType for i16[src]

impl GetTType for i32[src]

impl GetTType for i64[src]

impl GetTType for f64[src]

impl GetTType for f32[src]

impl GetTType for String[src]

impl GetTType for Vec<u8>[src]

impl<T> GetTType for Vec<T> where
    T: GetTType
[src]

Loading content...

Implementors

impl GetTType for Bytes[src]

impl GetTType for OrderedFloat<f32>[src]

impl GetTType for OrderedFloat<f64>[src]

impl<K, V> GetTType for BTreeMap<K, V> where
    K: GetTType + Ord,
    V: GetTType
[src]

impl<K, V, S> GetTType for HashMap<K, V, S> where
    K: GetTType + Hash + Eq,
    V: GetTType,
    S: BuildHasher
[src]

impl<T> GetTType for BTreeSet<T> where
    T: GetTType + Ord
[src]

impl<T, S> GetTType for HashSet<T, S> where
    T: GetTType + Hash + Eq,
    S: BuildHasher
[src]

Loading content...