1 2 3 4 5 6 7
#[derive(Debug, Clone, PartialEq, Eq)] pub struct NodeDetailProjection { pub node_id: String, pub detail: String, pub content_hash: String, pub revision: u64, }