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,"default","","",1,{"inputs":[],"output":{"name":"stringwrapper"}}],[11,"clone","","",1,null],[11,"new","","Create an empty string from its backing storage.",1,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"from_raw_parts","","Unsafely create a string from its components.",1,{"inputs":[{"name":"t"},{"name":"usize"}],"output":{"name":"self"}}],[11,"into_buffer","","Consume the string and return the backing storage.",1,null],[11,"buffer","","View the backing storage as a bytes slice.",1,null],[11,"buffer_mut","","View the backing storage as a bytes slice.",1,null],[11,"len","","Return the number of bytes in the string.",1,null],[11,"is_empty","","Return whether the string contains no bytes.",1,null],[11,"set_len","","Unsafely change the length in bytes of the string.",1,null],[11,"truncate","","Shortens a string to the specified length.",1,null],[11,"capacity","","Return the maximum number of bytes the string can hold.",1,null],[11,"extra_capacity","","Return by how many bytes the string can grow.",1,null],[11,"extra_bytes_mut","","Return the slice of unused bytes after the string",1,null],[11,"push","","Append a code point to the string if the extra capacity is sufficient.",1,null],[11,"push_str","","Append a string slice to the string.",1,null],[11,"push_partial_str","","Append as much as possible of a string slice to the string.",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);