We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Metadata
symlink_metadata
1 parent b53d374 commit 7803711Copy full SHA for 7803711
src/libstd/fs.rs
@@ -90,11 +90,13 @@ pub struct File {
90
91
/// Metadata information about a file.
92
///
93
-/// This structure is returned from the [`metadata`] function or method and
94
-/// represents known metadata about a file such as its permissions, size,
95
-/// modification times, etc.
+/// This structure is returned from the [`metadata`] or
+/// [`symlink_metadata`] function or method and represents known
+/// metadata about a file such as its permissions, size, modification
96
+/// times, etc.
97
98
/// [`metadata`]: fn.metadata.html
99
+/// [`symlink_metadata`]: fn.symlink_metadata.html
100
#[stable(feature = "rust1", since = "1.0.0")]
101
#[derive(Clone)]
102
pub struct Metadata(fs_imp::FileAttr);
0 commit comments