Enum wren_rust::Type [] [src]

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

Variants

Trait Implementations

impl Copy for WrenType
[src]

impl Clone for WrenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WrenType
[src]

Formats the value using the given formatter.