Skip to content

Commit c302f83

Browse files
committed
public-api: regenerate
Nightly now exposes `core::marker::Freeze`. rust-lang/rust#121840
1 parent 85a3b2e commit c302f83

8 files changed

+631
-0
lines changed

xtask/public-api/aya-ebpf-bindings.txt

+157
Large diffs are not rendered by default.

xtask/public-api/aya-ebpf.txt

+85
Large diffs are not rendered by default.

xtask/public-api/aya-log-common.txt

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub fn u8::from(enum_value: aya_log_common::Argument) -> Self
2525
impl core::fmt::Debug for aya_log_common::Argument
2626
pub fn aya_log_common::Argument::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
2727
impl core::marker::Copy for aya_log_common::Argument
28+
impl core::marker::Freeze for aya_log_common::Argument
2829
impl core::marker::Send for aya_log_common::Argument
2930
impl core::marker::Sync for aya_log_common::Argument
3031
impl core::marker::Unpin for aya_log_common::Argument
@@ -66,6 +67,7 @@ impl core::fmt::Debug for aya_log_common::DisplayHint
6667
pub fn aya_log_common::DisplayHint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
6768
impl core::marker::Copy for aya_log_common::DisplayHint
6869
impl core::marker::StructuralPartialEq for aya_log_common::DisplayHint
70+
impl core::marker::Freeze for aya_log_common::DisplayHint
6971
impl core::marker::Send for aya_log_common::DisplayHint
7072
impl core::marker::Sync for aya_log_common::DisplayHint
7173
impl core::marker::Unpin for aya_log_common::DisplayHint
@@ -106,6 +108,7 @@ impl core::hash::Hash for aya_log_common::Level
106108
pub fn aya_log_common::Level::hash<__H: core::hash::Hasher>(&self, state: &mut __H)
107109
impl core::marker::Copy for aya_log_common::Level
108110
impl core::marker::StructuralPartialEq for aya_log_common::Level
111+
impl core::marker::Freeze for aya_log_common::Level
109112
impl core::marker::Send for aya_log_common::Level
110113
impl core::marker::Sync for aya_log_common::Level
111114
impl core::marker::Unpin for aya_log_common::Level
@@ -141,6 +144,7 @@ pub fn u8::from(enum_value: aya_log_common::RecordField) -> Self
141144
impl core::fmt::Debug for aya_log_common::RecordField
142145
pub fn aya_log_common::RecordField::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
143146
impl core::marker::Copy for aya_log_common::RecordField
147+
impl core::marker::Freeze for aya_log_common::RecordField
144148
impl core::marker::Send for aya_log_common::RecordField
145149
impl core::marker::Sync for aya_log_common::RecordField
146150
impl core::marker::Unpin for aya_log_common::RecordField

xtask/public-api/aya-log-parser.txt

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub fn aya_log_parser::Fragment::eq(&self, other: &aya_log_parser::Fragment) ->
1010
impl core::fmt::Debug for aya_log_parser::Fragment
1111
pub fn aya_log_parser::Fragment::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
1212
impl core::marker::StructuralPartialEq for aya_log_parser::Fragment
13+
impl core::marker::Freeze for aya_log_parser::Fragment
1314
impl core::marker::Send for aya_log_parser::Fragment
1415
impl core::marker::Sync for aya_log_parser::Fragment
1516
impl core::marker::Unpin for aya_log_parser::Fragment
@@ -45,6 +46,7 @@ pub fn aya_log_parser::Parameter::eq(&self, other: &aya_log_parser::Parameter) -
4546
impl core::fmt::Debug for aya_log_parser::Parameter
4647
pub fn aya_log_parser::Parameter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
4748
impl core::marker::StructuralPartialEq for aya_log_parser::Parameter
49+
impl core::marker::Freeze for aya_log_parser::Parameter
4850
impl core::marker::Send for aya_log_parser::Parameter
4951
impl core::marker::Sync for aya_log_parser::Parameter
5052
impl core::marker::Unpin for aya_log_parser::Parameter

xtask/public-api/aya-log.txt

+11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ impl core::fmt::Debug for aya_log::Error
1414
pub fn aya_log::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
1515
impl core::fmt::Display for aya_log::Error
1616
pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
17+
impl core::marker::Freeze for aya_log::Error
1718
impl core::marker::Send for aya_log::Error
1819
impl core::marker::Sync for aya_log::Error
1920
impl core::marker::Unpin for aya_log::Error
@@ -40,6 +41,7 @@ pub fn aya_log::Error::from(t: T) -> T
4041
pub struct aya_log::DefaultFormatter
4142
impl<T> aya_log::Formatter<T> for aya_log::DefaultFormatter where T: alloc::string::ToString
4243
pub fn aya_log::DefaultFormatter::format(v: T) -> alloc::string::String
44+
impl core::marker::Freeze for aya_log::DefaultFormatter
4345
impl core::marker::Send for aya_log::DefaultFormatter
4446
impl core::marker::Sync for aya_log::DefaultFormatter
4547
impl core::marker::Unpin for aya_log::DefaultFormatter
@@ -65,6 +67,7 @@ pub struct aya_log::EbpfLogger
6567
impl aya_log::EbpfLogger
6668
pub fn aya_log::EbpfLogger::init(bpf: &mut aya::bpf::Ebpf) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
6769
pub fn aya_log::EbpfLogger::init_with_logger<T: log::Log + 'static>(bpf: &mut aya::bpf::Ebpf, logger: T) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
70+
impl core::marker::Freeze for aya_log::EbpfLogger
6871
impl core::marker::Send for aya_log::EbpfLogger
6972
impl core::marker::Sync for aya_log::EbpfLogger
7073
impl core::marker::Unpin for aya_log::EbpfLogger
@@ -89,6 +92,7 @@ pub fn aya_log::EbpfLogger::from(t: T) -> T
8992
pub struct aya_log::Ipv4Formatter
9093
impl<T> aya_log::Formatter<T> for aya_log::Ipv4Formatter where T: core::convert::Into<core::net::ip_addr::Ipv4Addr>
9194
pub fn aya_log::Ipv4Formatter::format(v: T) -> alloc::string::String
95+
impl core::marker::Freeze for aya_log::Ipv4Formatter
9296
impl core::marker::Send for aya_log::Ipv4Formatter
9397
impl core::marker::Sync for aya_log::Ipv4Formatter
9498
impl core::marker::Unpin for aya_log::Ipv4Formatter
@@ -113,6 +117,7 @@ pub fn aya_log::Ipv4Formatter::from(t: T) -> T
113117
pub struct aya_log::Ipv6Formatter
114118
impl<T> aya_log::Formatter<T> for aya_log::Ipv6Formatter where T: core::convert::Into<core::net::ip_addr::Ipv6Addr>
115119
pub fn aya_log::Ipv6Formatter::format(v: T) -> alloc::string::String
120+
impl core::marker::Freeze for aya_log::Ipv6Formatter
116121
impl core::marker::Send for aya_log::Ipv6Formatter
117122
impl core::marker::Sync for aya_log::Ipv6Formatter
118123
impl core::marker::Unpin for aya_log::Ipv6Formatter
@@ -137,6 +142,7 @@ pub fn aya_log::Ipv6Formatter::from(t: T) -> T
137142
pub struct aya_log::LowerHexDebugFormatter
138143
impl<T> aya_log::Formatter<&[T]> for aya_log::LowerHexDebugFormatter where T: core::fmt::LowerHex
139144
pub fn aya_log::LowerHexDebugFormatter::format(v: &[T]) -> alloc::string::String
145+
impl core::marker::Freeze for aya_log::LowerHexDebugFormatter
140146
impl core::marker::Send for aya_log::LowerHexDebugFormatter
141147
impl core::marker::Sync for aya_log::LowerHexDebugFormatter
142148
impl core::marker::Unpin for aya_log::LowerHexDebugFormatter
@@ -161,6 +167,7 @@ pub fn aya_log::LowerHexDebugFormatter::from(t: T) -> T
161167
pub struct aya_log::LowerHexFormatter
162168
impl<T> aya_log::Formatter<T> for aya_log::LowerHexFormatter where T: core::fmt::LowerHex
163169
pub fn aya_log::LowerHexFormatter::format(v: T) -> alloc::string::String
170+
impl core::marker::Freeze for aya_log::LowerHexFormatter
164171
impl core::marker::Send for aya_log::LowerHexFormatter
165172
impl core::marker::Sync for aya_log::LowerHexFormatter
166173
impl core::marker::Unpin for aya_log::LowerHexFormatter
@@ -185,6 +192,7 @@ pub fn aya_log::LowerHexFormatter::from(t: T) -> T
185192
pub struct aya_log::LowerMacFormatter
186193
impl aya_log::Formatter<[u8; 6]> for aya_log::LowerMacFormatter
187194
pub fn aya_log::LowerMacFormatter::format(v: [u8; 6]) -> alloc::string::String
195+
impl core::marker::Freeze for aya_log::LowerMacFormatter
188196
impl core::marker::Send for aya_log::LowerMacFormatter
189197
impl core::marker::Sync for aya_log::LowerMacFormatter
190198
impl core::marker::Unpin for aya_log::LowerMacFormatter
@@ -209,6 +217,7 @@ pub fn aya_log::LowerMacFormatter::from(t: T) -> T
209217
pub struct aya_log::UpperHexDebugFormatter
210218
impl<T> aya_log::Formatter<&[T]> for aya_log::UpperHexDebugFormatter where T: core::fmt::UpperHex
211219
pub fn aya_log::UpperHexDebugFormatter::format(v: &[T]) -> alloc::string::String
220+
impl core::marker::Freeze for aya_log::UpperHexDebugFormatter
212221
impl core::marker::Send for aya_log::UpperHexDebugFormatter
213222
impl core::marker::Sync for aya_log::UpperHexDebugFormatter
214223
impl core::marker::Unpin for aya_log::UpperHexDebugFormatter
@@ -233,6 +242,7 @@ pub fn aya_log::UpperHexDebugFormatter::from(t: T) -> T
233242
pub struct aya_log::UpperHexFormatter
234243
impl<T> aya_log::Formatter<T> for aya_log::UpperHexFormatter where T: core::fmt::UpperHex
235244
pub fn aya_log::UpperHexFormatter::format(v: T) -> alloc::string::String
245+
impl core::marker::Freeze for aya_log::UpperHexFormatter
236246
impl core::marker::Send for aya_log::UpperHexFormatter
237247
impl core::marker::Sync for aya_log::UpperHexFormatter
238248
impl core::marker::Unpin for aya_log::UpperHexFormatter
@@ -257,6 +267,7 @@ pub fn aya_log::UpperHexFormatter::from(t: T) -> T
257267
pub struct aya_log::UpperMacFormatter
258268
impl aya_log::Formatter<[u8; 6]> for aya_log::UpperMacFormatter
259269
pub fn aya_log::UpperMacFormatter::format(v: [u8; 6]) -> alloc::string::String
270+
impl core::marker::Freeze for aya_log::UpperMacFormatter
260271
impl core::marker::Send for aya_log::UpperMacFormatter
261272
impl core::marker::Sync for aya_log::UpperMacFormatter
262273
impl core::marker::Unpin for aya_log::UpperMacFormatter

0 commit comments

Comments
 (0)