(mut self, value: perro_variant::Variant)
| 41 | } |
| 42 | |
| 43 | pub fn with_value(mut self, value: perro_variant::Variant) -> Self { |
| 44 | self.value = value; |
| 45 | self |
| 46 | } |
| 47 | |
| 48 | pub fn with_icon(mut self, icon: TextureID) -> Self { |
| 49 | self.icon = icon; |
no outgoing calls
no test coverage detected