Enum json_ld::ProcessingMode
source · [−]pub enum ProcessingMode {
JsonLd1_0,
JsonLd1_1,
}
Expand description
Processing mode.
This is a property of the
context::ProcessingOptions
and compaction::Options
types.
New features defined in JSON-LD 1.1 are available unless the processing mode is set to ProcessingMode::JsonLd1_0
.
Variants
JsonLd1_0
JSON-LD 1.0.
JsonLd1_1
JSON-LD 1.1.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProcessingMode
impl Send for ProcessingMode
impl Sync for ProcessingMode
impl Unpin for ProcessingMode
impl UnwindSafe for ProcessingMode
Blanket Implementations
Mutably borrows from an owned value. Read more