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,"NamedTempFileOptions","","Create a new temporary file with custom parameters.",null,null],[5,"tempfile","","Create an unnamed temporary file.",null,{"inputs":[],"output":{"name":"result"}}],[5,"tempfile_in","","Create an unnamed temporary file in the specified directory.",null,{"inputs":[{"name":"p"}],"output":{"name":"result"}}],[11,"fmt","","",0,null],[11,"deref","","",0,null],[11,"deref_mut","","",0,null],[11,"from","","",0,{"inputs":[{"name":"persisterror"}],"output":{"name":"namedtempfile"}}],[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,"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,"persist_noclobber","","Persist the temporary file at the target path iff no file exists there.",0,null],[11,"reopen","","Reopen the temporary file.",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,"eq","","",1,null],[11,"ne","","",1,null],[11,"clone","","",1,null],[11,"fmt","","",1,null],[11,"new","","Create a new NamedTempFileOptions",1,{"inputs":[],"output":{"name":"self"}}],[11,"prefix","","Set a custom filename prefix.",1,null],[11,"suffix","","Set a custom filename suffix.",1,null],[11,"rand_bytes","","Set the number of random bytes.",1,null],[11,"create","","Create the named temporary file.",1,null],[11,"create_in","","Create the named temporary file in the specified directory.",1,null]],"paths":[[3,"NamedTempFile"],[3,"NamedTempFileOptions"]]}; initSearch(searchIndex);