Type Alias ruma_common::canonical_json::CanonicalJsonObject
source · pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue>;
Expand description
The inner type of CanonicalJsonValue::Object
.
Aliased Type§
struct CanonicalJsonObject { /* private fields */ }
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 ==
.