Enum valico::json_dsl::PrimitiveType [] [src]

pub enum PrimitiveType {
    String,
    I64,
    U64,
    F64,
    Boolean,
    Null,
    Array,
    Object,
    File,
}

Variants

Trait Implementations

impl Copy for PrimitiveType
[src]

impl Clone for PrimitiveType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more