[][src]Trait persy::IndexType

pub trait IndexType: Display + Sized + IndexOrd + Clone + AddTo + IndexSerialization {
    fn get_id() -> u8;
fn get_type_id() -> IndexTypeId; }

Trait implemented by all supported types in the index

Required methods

Loading content...

Implementations on Foreign Types

impl IndexType for u8[src]

impl IndexType for u16[src]

impl IndexType for u32[src]

impl IndexType for u64[src]

impl IndexType for u128[src]

impl IndexType for i8[src]

impl IndexType for i16[src]

impl IndexType for i32[src]

impl IndexType for i64[src]

impl IndexType for i128[src]

impl IndexType for f32[src]

impl IndexType for f64[src]

impl IndexType for String[src]

Loading content...

Implementors

impl IndexType for ByteVec[src]

impl IndexType for PersyId[src]

Loading content...