Struct json_ld::expansion::Options [−][src]
pub struct Options {
pub processing_mode: ProcessingMode,
pub strict: bool,
pub ordered: bool,
}
Fields
processing_mode: ProcessingMode
Sets the processing mode.
strict: bool
If true, an error is returned if a value fails to expand. If false, the value is dropped.
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