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.
std::net::Shutdown
1 parent 57e3b9e commit f2d8db1Copy full SHA for f2d8db1
src/libstd/net/mod.rs
@@ -35,7 +35,11 @@ mod udp;
35
mod parser;
36
#[cfg(test)] mod test;
37
38
-/// Possible values which can be passed to the `shutdown` method of `TcpStream`.
+/// Possible values which can be passed to the [`shutdown`] method of
39
+/// [`TcpStream`].
40
+///
41
+/// [`shutdown`]: struct.TcpStream.html#method.shutdown
42
+/// [`TcpStream`]: struct.TcpStream.html
43
#[derive(Copy, Clone, PartialEq, Debug)]
44
#[stable(feature = "rust1", since = "1.0.0")]
45
pub enum Shutdown {
0 commit comments