Enum mono_rs::value::Value [−][src]
pub enum Value {
}Variants
Bool(bool)Tuple Fields of Bool
0: boolUInt8(u8)Tuple Fields of UInt8
0: u8Int8(i8)Tuple Fields of Int8
0: i8UInt16(u16)Tuple Fields of UInt16
0: u16Int16(i16)Tuple Fields of Int16
0: i16UInt32(u32)Tuple Fields of UInt32
0: u32Int32(i32)Tuple Fields of Int32
0: i32UInt64(u64)Tuple Fields of UInt64
0: u64Int64(i64)Tuple Fields of Int64
0: i64Float(f32)Tuple Fields of Float
0: f32Double(f64)Tuple Fields of Double
0: f64Str(String)Tuple Fields of Str
0: StringObj(Object)Tuple Fields of Obj
0: ObjectTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more