var searchIndex = {}; searchIndex["string_wrapper"] = {"doc":"","items":[[3,"StringWrapper","string_wrapper","Like `String`, but with a fixed capacity and a generic backing bytes storage.",null,null],[8,"Buffer","","Equivalent to `AsMut<[u8]> + AsRef<[u8]>` with the addition constraint that\nimplementations must return the same slice from subsequent calls of `as_mut` and/or `as_ref`.",null,null],[10,"as_ref","","",0,null],[10,"as_mut","","",0,null],[11,"clone","","",1,null],[11,"new","","",1,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"from_raw_parts","","Users must ensure that:",1,{"inputs":[{"name":"t"},{"name":"usize"}],"output":{"name":"self"}}],[11,"into_buffer","","",1,null],[11,"buffer","","",1,null],[11,"buffer_mut","","Users must ensure that:",1,null],[11,"len","","",1,null],[11,"set_len","","Users must ensure that the string remains well-formed UTF-8.",1,null],[11,"truncate","","",1,null],[11,"capacity","","",1,null],[11,"extra_capacity","","",1,null],[11,"extra_bytes_mut","","Return the slice of unused bytes after the string",1,null],[11,"push","","",1,null],[11,"push_str","","Panics if `s.len() <= self.extra_capacity()`",1,null],[11,"push_partial_str","","Append as much as possible of the given string\n(within 3 bytes of `self.extra_capacity()`)\nReturn `Ok(())` if the capacity was sufficient,\nor `Err(number_of_bytes_written)`.",1,null],[11,"deref","","",1,null],[11,"deref_mut","","",1,null],[11,"fmt","","",1,null],[11,"fmt","","",1,null]],"paths":[[8,"Buffer"],[3,"StringWrapper"]]}; initSearch(searchIndex);