Struct json_ld::context::Processed[][src]

pub struct Processed<L, C> { /* fields omitted */ }
Expand description

Processed context attached to its original unprocessed local context.

This is usefull for instance to attach a processed context to its original JSON form, which is then used by the compaction algorithm to put the context in the compacted document.

Implementations

Wraps a processed context along with its original local representation.

Consumes the wrapper and returns the processed context.

Clone the referenced local context.

Trait Implementations

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns a reference to the mutable context.

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.