Make `jax.ShapeDtypeStruct` immutable. It was always supposed to be immutable inside `jax.Array` is immutable and `ShapeDtypeStruct` is a duck of `jax.Array` but immutability was never enforced.
**If you are broken by this change, just update your code to use sds.update(...)**
PiperOrigin-RevId: 756852248