Struct json_ld::expansion::Options [−][src]
pub struct Options {
pub processing_mode: ProcessingMode,
pub policy: Policy,
pub ordered: bool,
}Fields
processing_mode: ProcessingModeSets the processing mode.
policy: PolicyTerm expansion policy.
Default is Policy::Standard.
ordered: boolIf set to true, input document entries are processed lexicographically. If false, order is not considered in processing.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Options
impl UnwindSafe for Options
Blanket Implementations
Mutably borrows from an owned value. Read more