var searchIndex = {}; searchIndex["tempfile"] = {"doc":"Securely create and manage temporary files. Temporary files created by this create are\nautomatically deleted.","items":[[3,"NamedTempFile","tempfile","A named temporary file.",null,null],[3,"TempFile","","An unnamed temporary file.",null,null],[11,"fmt","","",0,null],[11,"new","","Create a new temporary file.",0,{"inputs":[],"output":{"name":"result"}}],[11,"new_in","","Create a new temporary file in the specified directory.",0,{"inputs":[{"name":"p"}],"output":{"name":"result"}}],[11,"metadata","","Queries metadata about the underlying file.",0,null],[11,"set_len","","Truncate the file to `size` bytes.",0,null],[11,"path","","Get the temporary file's path.",0,null],[11,"close","","Close and remove the temporary file.",0,null],[11,"persist","","Persist the temporary file at the target path.",0,null],[11,"drop","","",0,null],[11,"read","","",0,null],[11,"write","","",0,null],[11,"flush","","",0,null],[11,"seek","","",0,null],[11,"as_raw_fd","","",0,null],[11,"fmt","","",1,null],[11,"new","","Create a new temporary file.",1,{"inputs":[],"output":{"name":"result"}}],[11,"new_in","","Create a new temporary file in the specified directory.",1,{"inputs":[{"name":"p"}],"output":{"name":"result"}}],[11,"shared","","Create a new temporary file and open it `count` times returning `count` independent\nreferences to the same file.",1,{"inputs":[{"name":"usize"}],"output":{"name":"result"}}],[11,"shared_in","","Same as `shared` but creates the file in the specified directory.",1,{"inputs":[{"name":"p"},{"name":"usize"}],"output":{"name":"result"}}],[11,"len","","Number of bytes in the file.",1,null],[11,"set_len","","Truncate the file to `size` bytes.",1,null],[11,"read","","",1,null],[11,"write","","",1,null],[11,"flush","","",1,null],[11,"seek","","",1,null],[11,"as_raw_fd","","",1,null]],"paths":[[3,"NamedTempFile"],[3,"TempFile"]]}; initSearch(searchIndex);