(mut self, id: impl Into<Cow<'static, str>>)
| 36 | } |
| 37 | |
| 38 | pub fn with_id(mut self, id: impl Into<Cow<'static, str>>) -> Self { |
| 39 | self.id = id.into(); |
| 40 | self |
| 41 | } |
| 42 | |
| 43 | pub fn with_value(mut self, value: perro_variant::Variant) -> Self { |
| 44 | self.value = value; |
no outgoing calls
no test coverage detected