initSidebarItems({"enum":[["Owned","A type used to mark that a struct owns the object(s) it contains, so it has the sole references to them."],["Shared","A type used to mark that the object(s) a struct contains are shared, so there may be other references to them."]],"struct":[["Id","A pointer type for Objective-C's reference counted objects."],["WeakId","A pointer type for a weak reference to an Objective-C reference counted object."]],"trait":[["Ownership","A type that marks what type of ownership a struct has over the object(s) it contains; specifically, either `Owned` or `Shared`."]],"type":[["ShareId","A convenient alias for a shared `Id`."]]});