var searchIndex = {}; searchIndex["bcount"] = {"doc":"This crate provide type for counting mutable borrow of a value. The `Bc<T>`\ntype is a small wrapper on top of a value of type `T` which count the number\nof time the value has been mutably borrowed since it's creation.","items":[[3,"Bc","bcount","The borrow counter struct for type `T`.",null,null],[11,"new","","Create a new `Bc<T>` containing the value `val`.",0,{"inputs":[{"name":"t"}],"output":{"name":"bc"}}],[11,"reset","","Reset the borrow counter",0,null],[11,"count","","Get the number of time this structure has been mutably borrowed.",0,null],[11,"deref","","",0,null],[11,"deref_mut","","",0,null]],"paths":[[3,"Bc"]]}; initSearch(searchIndex);