Module object

Source
Expand description

Nodes, lists and values.

Re-exports§

pub use list::List;
pub use node::Graph;
pub use node::IndexedNode;
pub use node::Node;
pub use node::Nodes;
pub use value::Literal;
pub use value::Value;

Modules§

list
node
value

Structs§

IndexedEntries
Objects
Iterator through indexed objects.
Traverse

Enums§

Entries
EntryKeyRef
EntryRef
EntryValueRef
FragmentRef
Object fragment.
IndexedEntryKeyRef
IndexedEntryRef
IndexedEntryValueRef
InvalidExpandedJson
Invalid expanded JSON object error.
Object
Object.
ObjectSubFragments
Ref
Object reference.
SubFragments
Type
TypeRef
Types
Iterator through the types of an object.

Traits§

Any
Abstract object.
MappedEq
TryFromJson
Try to convert from a JSON value directly into an expanded JSON-LD document without going through the expansion algorithm.
TryFromJsonObject
Try to convert from a JSON object directly into an expanded JSON-LD object without going through the expansion algorithm.

Type Aliases§

IndexedObject
Indexed object.