mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
net: implement Clone
for NamedPipeInfo
(#6586)
This commit is contained in:
parent
12920cea45
commit
0a85a9662d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user