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