pw: Impl Extend for PropertiesRef
Implement Extend for PropertiesRef instead of Properties
In !233 (merged) I missed the fact that PropertiesRef
has the insert
method, therefore Extend should be implemented on it too.
Properties
is Deref<Target = PropertiesRef> + DerefMut
, so extend can still be called on it.