net: implement Clone for NamedPipeInfo (#6586)

This commit is contained in:
Maxwell Borden 2024-05-25 22:14:59 +02:00 committed by GitHub
parent 12920cea45
commit 0a85a9662d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.