mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
net: implement Clone for NamedPipeInfo (#6586)
This commit is contained in:
@@ -2626,7 +2626,7 @@ pub enum PipeEnd {
|
||||
/// Information about a named pipe.
|
||||
///
|
||||
/// Constructed through [`NamedPipeServer::info`] or [`NamedPipeClient::info`].
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
#[non_exhaustive]
|
||||
pub struct PipeInfo {
|
||||
/// Indicates the mode of a named pipe.
|
||||
|
||||
Reference in New Issue
Block a user