Struct json_ld::compaction::Options [−][src]
pub struct Options {
pub processing_mode: ProcessingMode,
pub compact_to_relative: bool,
pub compact_arrays: bool,
pub ordered: bool,
}
Fields
processing_mode: ProcessingMode
compact_to_relative: bool
compact_arrays: bool
ordered: bool
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