phoebe/mid-chat/src/reference.rs

6 lines
125 B
Rust
Raw Normal View History

2022-04-08 16:52:59 +00:00
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
pub struct ChatReference {
pub service: &'static str,
pub id: String,
}