const ElementMetadata constructors
The usual use of this will be through the ElementImpl::metadata
method, which requires a &'static
reference to ElementMetadata
to be
returned, so we better make it easy to construct these (without forcing
people to resort to Lazy
'n'stuff)