var searchIndex = {}; searchIndex["mitochondria"] = {"doc":"Mitochondria is the powerhouse of the `Cell`.","items":[[3,"MoveCell","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 `MoveCell` containing the given value.",0,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"replace","","Replaces the value of this cell, returning the old one.",0,null],[11,"set","","Sets the value of this cell, dropping the old one.",0,null],[11,"take","","Returns the value in this cell, replacing it by `T::default`.",0,null],[11,"new","","Creates a new `OnceCell` that may already be initialized.",1,{"inputs":[{"name":"option"}],"output":{"name":"self"}}],[11,"try_init_once","","Calls a function to try to initialize this cell.",1,null],[11,"borrow","","Borrows the contained value, if initialized.",1,null],[11,"init_once","","Calls a function to initialize this cell and borrows its value.",1,null]],"paths":[[3,"MoveCell"],[3,"OnceCell"]]}; initSearch(searchIndex);