Enum dmap::TypeKind [] [src]

pub enum TypeKind {
    I8,
    U8,
    I16,
    U16,
    I32,
    U32,
    I64,
    U64,
    String,
    Timestamp,
    Version,
    Container,
}

Variants

Trait Implementations

impl Clone for TypeKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TypeKind
[src]

impl Debug for TypeKind
[src]

Formats the value using the given formatter.

impl Eq for TypeKind
[src]

impl PartialEq for TypeKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Serialize for TypeKind
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for TypeKind
[src]

Deserialize this value from the given Serde deserializer. Read more