Struct ruma_common::push::FlattenedJson
source · pub struct FlattenedJson { /* private fields */ }Expand description
The flattened representation of a JSON object.
Implementations§
Trait Implementations§
source§impl Clone for FlattenedJson
impl Clone for FlattenedJson
source§fn clone(&self) -> FlattenedJson
fn clone(&self) -> FlattenedJson
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more