Modifies the contained data.
impl<T> CopyCell<T> where T: Copy, { fn set(&self, data: T) -> () }
The new value.