Coverage Report

Created: 2024-12-17 06:15

/rust/registry/src/index.crates.io-6f17d22bba15001f/linkerd2-proxy-api-0.15.0/src/gen/io.linkerd.proxy.net.rs
Line
Count
Source (jump to first uncovered line)
1
#[allow(clippy::derive_partial_eq_without_eq)]
2
0
#[derive(Clone, PartialEq, ::prost::Message)]
Unexecuted instantiation: <linkerd2_proxy_api::net::IpAddress as prost::message::Message>::clear
Unexecuted instantiation: <linkerd2_proxy_api::net::IpAddress as core::default::Default>::default
Unexecuted instantiation: <linkerd2_proxy_api::net::IpAddress as core::fmt::Debug>::fmt
Unexecuted instantiation: <linkerd2_proxy_api::net::IpAddress as prost::message::Message>::encode_raw::<_>
Unexecuted instantiation: <linkerd2_proxy_api::net::IpAddress as prost::message::Message>::merge_field::<_>::{closure#0}
Unexecuted instantiation: <linkerd2_proxy_api::net::IpAddress as prost::message::Message>::encoded_len
3
pub struct IpAddress {
4
    #[prost(oneof = "ip_address::Ip", tags = "1, 2")]
5
    pub ip: ::core::option::Option<ip_address::Ip>,
6
}
7
/// Nested message and enum types in `IPAddress`.
8
pub mod ip_address {
9
    #[allow(clippy::derive_partial_eq_without_eq)]
10
0
    #[derive(Clone, PartialEq, ::prost::Oneof)]
Unexecuted instantiation: <linkerd2_proxy_api::net::ip_address::Ip as core::fmt::Debug>::fmt::ScalarWrapper::<&u32>
Unexecuted instantiation: <linkerd2_proxy_api::net::ip_address::Ip>::encode::<_>
Unexecuted instantiation: <linkerd2_proxy_api::net::ip_address::Ip>::merge::<_>::{closure#0}
Unexecuted instantiation: <linkerd2_proxy_api::net::ip_address::Ip>::merge::<_>::{closure#1}
Unexecuted instantiation: <linkerd2_proxy_api::net::ip_address::Ip>::encoded_len
Unexecuted instantiation: <linkerd2_proxy_api::net::ip_address::Ip as core::fmt::Debug>::fmt
Unexecuted instantiation: <linkerd2_proxy_api::net::ip_address::Ip>::merge::<_>
11
    pub enum Ip {
12
        #[prost(fixed32, tag = "1")]
13
        Ipv4(u32),
14
        #[prost(message, tag = "2")]
15
        Ipv6(super::IPv6),
16
    }
17
}
18
#[allow(clippy::derive_partial_eq_without_eq)]
19
0
#[derive(Clone, PartialEq, ::prost::Message)]
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as prost::message::Message>::clear
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as core::default::Default>::default
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as core::fmt::Debug>::fmt::ScalarWrapper::<&u32>
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as prost::message::Message>::encode_raw::<_>
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as prost::message::Message>::merge_field::<_>::{closure#0}
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as prost::message::Message>::merge_field::<_>::{closure#1}
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as prost::message::Message>::encoded_len::{closure#0}
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as core::fmt::Debug>::fmt
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as prost::message::Message>::merge_field::<_>
Unexecuted instantiation: <linkerd2_proxy_api::net::IpNetwork as prost::message::Message>::encoded_len
20
pub struct IpNetwork {
21
    #[prost(message, optional, tag = "1")]
22
    pub ip: ::core::option::Option<IpAddress>,
23
    #[prost(uint32, tag = "2")]
24
    pub prefix_len: u32,
25
}
26
#[allow(clippy::derive_partial_eq_without_eq)]
27
0
#[derive(Clone, PartialEq, ::prost::Message)]
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as prost::message::Message>::clear
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as core::default::Default>::default
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as core::fmt::Debug>::fmt::ScalarWrapper::<&u64>
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as core::fmt::Debug>::fmt::ScalarWrapper::<&u64>
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as prost::message::Message>::encode_raw::<_>
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as prost::message::Message>::merge_field::<_>::{closure#0}
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as prost::message::Message>::merge_field::<_>::{closure#1}
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as prost::message::Message>::encoded_len
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as core::fmt::Debug>::fmt
Unexecuted instantiation: <linkerd2_proxy_api::net::IPv6 as prost::message::Message>::merge_field::<_>
28
pub struct IPv6 {
29
    /// hextets 1-4
30
    #[prost(fixed64, tag = "1")]
31
    pub first: u64,
32
    /// hextets 5-8
33
    #[prost(fixed64, tag = "2")]
34
    pub last: u64,
35
}
36
#[allow(clippy::derive_partial_eq_without_eq)]
37
0
#[derive(Clone, PartialEq, ::prost::Message)]
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as prost::message::Message>::clear
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as core::default::Default>::default
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as core::fmt::Debug>::fmt::ScalarWrapper::<&u32>
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as prost::message::Message>::encode_raw::<_>
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as prost::message::Message>::merge_field::<_>::{closure#0}
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as prost::message::Message>::merge_field::<_>::{closure#1}
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as prost::message::Message>::encoded_len::{closure#0}
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as core::fmt::Debug>::fmt
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as prost::message::Message>::merge_field::<_>
Unexecuted instantiation: <linkerd2_proxy_api::net::TcpAddress as prost::message::Message>::encoded_len
38
pub struct TcpAddress {
39
    #[prost(message, optional, tag = "1")]
40
    pub ip: ::core::option::Option<IpAddress>,
41
    #[prost(uint32, tag = "2")]
42
    pub port: u32,
43
}