Type Definition ruma_serde::CanonicalJsonObject[][src]

type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue>;
Expand description

The inner type of CanonicalJsonValue::Object.

Trait Implementations

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.