Memory and Allocations¶ Deep Copy¶ Copying the structure of the data and the complete underlying data. Shallow Copy / Move¶ Copy the data structure info but not the underlying data.