pub trait ProbablyMutable { }
Generic mutability marker, that allows to mutate only one Reaper object at time.
Used as generic parameter (usually as marker), that resolved to Mutable or Immutable.