Type Definition ruma_serde::CanonicalJsonObject[][src]

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

The inner type of CanonicalJsonValue::Object.

Trait Implementations

impl PartialEq<CanonicalJsonValue> for Object[src]

fn eq(&self, other: &CanonicalJsonValue) -> bool[src]

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.