Enum wren::Type [] [src]

#[repr(C)]
pub enum Type { Bool, Num, Foreign, List, Null, String, Unknown, }

Variants

Trait Implementations

impl Copy for WrenType
[src]

impl PartialEq<WrenType> for WrenType
[src]

impl Debug for WrenType
[src]

impl Clone for WrenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more