Enum ucl::object::types::Type [] [src]

pub enum Type {
    Object,
    Array,
    Int,
    Float,
    String,
    Boolean,
    Time,
    UserData,
    Null,
}

Variants

Object
Array
Int
Float
String
Boolean
Time
UserData
Null

Trait Implementations

impl From<ucl_type_t> for Type

fn from(typ: ucl_type_t) -> Self

Derived Implementations

impl Clone for Type

fn clone(&self) -> Type

fn clone_from(&mut self, source: &Self)

impl Copy for Type

impl Eq for Type

impl PartialEq for Type

fn eq(&self, __arg_0: &Type) -> bool

fn ne(&self, __arg_0: &Type) -> bool

impl Debug for Type

fn fmt(&self, __arg_0: &mut Formatter) -> Result