Enum json_ld::object::value::Literal [−][src]
Expand description
Literal value.
Variants
The null
value.
Boolean(bool)
Boolean value.
Tuple Fields of Boolean
0: bool
Number(Number)
Number.
Tuple Fields of Number
0: Number
String(String)
String.
Tuple Fields of String
0: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Literal
impl UnwindSafe for Literal
Blanket Implementations
Mutably borrows from an owned value. Read more