(&self)
| 456 | // Implement `Clone` and `Copy` manually, as `derive` will make it depend on `REv` otherwise. |
| 457 | impl<REv> Clone for EffectBuilder<REv> { |
| 458 | fn clone(&self) -> Self { |
| 459 | *self |
| 460 | } |
| 461 | } |
| 462 | |
| 463 | impl<REv> Copy for EffectBuilder<REv> {} |
no outgoing calls