var searchIndex = {}; searchIndex["movecell"] = {"doc":"","items":[[3,"MoveCell","movecell","A container similar to [`std::cell::Cell`](http://doc.rust-lang.org/std/cell/struct.Cell.html),\nbut that also supports not-implicitly-copyable types.",null,null],[11,"new","","Create a new `MoveCell` containing the given value.",0,{"inputs":[{"name":"t"}],"output":{"name":"movecell"}}],[11,"replace","","Return the inner value after replacing it with the given value.",0,null],[11,"as_unsafe_cell","","Returns a reference to the underlying `UnsafeCell`.",0,null],[11,"default","","",0,{"inputs":[],"output":{"name":"movecell"}}],[11,"take","","Return the inner value after replacing it with the default value.",0,null],[11,"peek","","Apply a function to a reference to the inner value.\nThe cell’s contents are temporarily set to the default value during the call.",0,null],[11,"clone_inner","","Return a clone of the inner optional value.\nThe cell’s contents are temporarily set to `None` during the clone.",0,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"map_inner","","Apply a function to a reference to the inner value if it is `Some(_)`.\nThe cell’s contents are temporarily set to `None` during the call.",0,null],[11,"is_some","","Return whether the inner optional value is `Some(_)`.",0,null],[11,"is_none","","Return whether the inner optional value is `None(_)`.",0,null]],"paths":[[3,"MoveCell"]]}; initSearch(searchIndex);