Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > 4e2dbb669434a7691662cb2f0ad38972 > files > 12822

rust-doc-1.28.0-1.mga6.armv7hl.rpm

initSidebarItems({"fn":[["canonicalize","Returns the canonical, absolute form of a path with all intermediate components normalized and symbolic links resolved."],["copy","Copies the contents of one file to another. This function will also copy the permission bits of the original file to the destination file."],["create_dir","Creates a new, empty directory at the provided path"],["create_dir_all","Recursively create a directory and all of its parent components if they are missing."],["hard_link","Creates a new hard link on the filesystem."],["metadata","Given a path, query the file system to get information about a file, directory, etc."],["read","Read the entire contents of a file into a bytes vector."],["read_dir","Returns an iterator over the entries within a directory."],["read_link","Reads a symbolic link, returning the file that the link points to."],["read_to_string","Read the entire contents of a file into a string."],["remove_dir","Removes an existing, empty directory."],["remove_dir_all","Removes a directory at this path, after removing all its contents. Use carefully!"],["remove_file","Removes a file from the filesystem."],["rename","Rename a file or directory to a new name, replacing the original file if `to` already exists."],["set_permissions","Changes the permissions found on a file or a directory."],["soft_link","Creates a new symbolic link on the filesystem."],["symlink_metadata","Query the metadata about a file without following symlinks."],["write","Write a slice as the entire contents of a file."]],"struct":[["DirBuilder","A builder used to create directories in various manners."],["DirEntry","Entries returned by the [`ReadDir`] iterator."],["File","A reference to an open file on the filesystem."],["FileType","A structure representing a type of file with accessors for each file type. It is returned by [`Metadata::file_type`] method."],["Metadata","Metadata information about a file."],["OpenOptions","Options and flags which can be used to configure how a file is opened."],["Permissions","Representation of the various permissions on a file."],["ReadDir","Iterator over the entries in a directory."]]});