However, if you don't change the render texture anymore, I recommend to store a separate texture.
sf::RenderTexture is a relatively expensive resource, since it uses an OpenGL texture, a framebuffer object (and with the current implementation even an own context if I remember correctly). Thus, for storage only you should definitely prefer sf::Texture.