[WeakShared](https://docs.rs/futures/0.3.14/futures/future/struct.WeakShared.html) is not `Clone`, despite [Weak](https://doc.rust-lang.org/std/rc/struct.Weak.html#impl-Clone) which it wraps being `Clone`. I can put in a PR if required.