var searchIndex = {}; searchIndex["mitochondria"] = {"doc":"Mitochondria is the powerhouse of the `Cell`.","items":[[3,"CloningCell","mitochondria","A mutable memory location that clones its contents on retrieval.",null,null],[3,"OnceCell","","A mutable memory location that can be set only once.",null,null],[11,"new","","Creates a new `CloningCell` containing the given value.",0,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"get","","Returns a clone of the contained value.",0,null],[11,"set","","Sets the contained value.",0,null],[11,"new","","Creates a new `OnceCell` that may already be initialized.",1,{"inputs":[{"name":"option"}],"output":{"name":"self"}}],[11,"init_once","","Performs an initialization routine once and only once. The given closure\nwill be executed if this is the first time `init_once` has been called,\nand otherwise the routine will *not* be invoked.",1,null],[11,"borrow","","Borrows the contained value, if initialized.",1,null],[8,"NonSelfReferentialClone","","A `Clone` implementation that will not access itself through reference\ncycles during cloning, which would introduce mutable aliasing.",null,null]],"paths":[[3,"CloningCell"],[3,"OnceCell"]]}; initSearch(searchIndex);