Struct json_ld::expansion::Options [−][src]
pub struct Options {
pub processing_mode: ProcessingMode,
pub policy: Policy,
pub ordered: bool,
}
Fields
processing_mode: ProcessingMode
Sets the processing mode.
policy: Policy
Term expansion policy.
Default is Policy::Standard
.
ordered: bool
If 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