Enum v_common::onto::resource::Value [−][src]
pub enum Value {
Int(i64),
Str(String, Lang),
Uri(String),
Bool(bool),
Num(i64, i64),
Binary(Vec<u8>),
Datetime(i64),
}Variants
Int(i64)Tuple Fields of Int
0: i64Uri(String)Tuple Fields of Uri
0: StringBool(bool)Tuple Fields of Bool
0: boolDatetime(i64)Tuple Fields of Datetime
0: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more