Enum wren_sys::WrenType
[−]
[src]
#[repr(C)]pub enum WrenType { Bool, Num, Foreign, List, Null, String, Unknown, }
Variants
BoolNumForeignListNullStringUnknownTrait Implementations
impl Copy for WrenType[src]
impl Clone for WrenType[src]
fn clone(&self) -> WrenType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more