Implemented on types which can be used as PHP properties.
Generally, this should not be directly implemented on types, as it is
automatically implemented on types that implement Clone, IntoZval
and FromZval, which will be required to implement this trait regardless.