(&self)
| 584 | } |
| 585 | } |
| 586 | |
| 587 | impl From<String> for SceneValueKey { |
| 588 | fn from(value: String) -> Self { |
| 589 | Self(Cow::Owned(value)) |
| 590 | } |
| 591 | } |
| 592 | |
| 593 | #[derive(Clone, Debug, PartialEq)] |
| 594 | pub enum SceneValue { |
no outgoing calls
no test coverage detected