Type Definition ruma_common::canonical_json::CanonicalJsonObject
source · pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue>;
Available on crate feature
canonical-json
only.Expand description
The inner type of CanonicalJsonValue::Object
.
Trait Implementations§
source§impl PartialEq<CanonicalJsonValue> for CanonicalJsonObject
impl PartialEq<CanonicalJsonValue> for CanonicalJsonObject
source§fn eq(&self, other: &CanonicalJsonValue) -> bool
fn eq(&self, other: &CanonicalJsonValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.