(child: &TopicChild)
| 255 | |
| 256 | impl From<&TopicChild> for SearchEntry { |
| 257 | fn from(child: &TopicChild) -> Self { |
| 258 | Self { |
| 259 | kind: child.kind.to_owned(), |
| 260 | id: child.id.to_owned(), |
| 261 | } |
| 262 | } |
| 263 | } |
| 264 | |
| 265 | #[derive(Debug, Deserialize, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected