phoebe/mid-chat/src/reference.rs

6 lines
125 B
Rust

#[derive(Debug, Clone, Hash, PartialEq, Eq)]
pub struct ChatReference {
pub service: &'static str,
pub id: String,
}