Deep-copy the data contained by both the ConfigStruct and
ConfigProto classes. This prevents modification of the original
proto data when creating a struct out of a reference
Both clone methods are nearly identical. Tried to implement clone
in the common parent ConfigStructLike but did not work.
ConfigStruct
andConfigProto
classes. This prevents modification of the original proto data when creating a struct out of a referenceclone
methods are nearly identical. Tried to implementclone
in the common parentConfigStructLike
but did not work.Fixes #55