# File lib/confstruct/hash_with_struct_access.rb, line 69
    def deep_copy
      # Hashie::Mash dup does a deep copy already, hooray. 
      self.dup
    end