@@ -14,6 +14,7 @@ impl core::fmt::Debug for aya_log::Error
14
14
pub fn aya_log::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
15
15
impl core::fmt::Display for aya_log::Error
16
16
pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
17
+ impl core::marker::Freeze for aya_log::Error
17
18
impl core::marker::Send for aya_log::Error
18
19
impl core::marker::Sync for aya_log::Error
19
20
impl core::marker::Unpin for aya_log::Error
@@ -40,6 +41,7 @@ pub fn aya_log::Error::from(t: T) -> T
40
41
pub struct aya_log::DefaultFormatter
41
42
impl<T> aya_log::Formatter<T> for aya_log::DefaultFormatter where T: alloc::string::ToString
42
43
pub fn aya_log::DefaultFormatter::format(v: T) -> alloc::string::String
44
+ impl core::marker::Freeze for aya_log::DefaultFormatter
43
45
impl core::marker::Send for aya_log::DefaultFormatter
44
46
impl core::marker::Sync for aya_log::DefaultFormatter
45
47
impl core::marker::Unpin for aya_log::DefaultFormatter
@@ -65,6 +67,7 @@ pub struct aya_log::EbpfLogger
65
67
impl aya_log::EbpfLogger
66
68
pub fn aya_log::EbpfLogger::init(bpf: &mut aya::bpf::Ebpf) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
67
69
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
68
71
impl core::marker::Send for aya_log::EbpfLogger
69
72
impl core::marker::Sync for aya_log::EbpfLogger
70
73
impl core::marker::Unpin for aya_log::EbpfLogger
@@ -89,6 +92,7 @@ pub fn aya_log::EbpfLogger::from(t: T) -> T
89
92
pub struct aya_log::Ipv4Formatter
90
93
impl<T> aya_log::Formatter<T> for aya_log::Ipv4Formatter where T: core::convert::Into<core::net::ip_addr::Ipv4Addr>
91
94
pub fn aya_log::Ipv4Formatter::format(v: T) -> alloc::string::String
95
+ impl core::marker::Freeze for aya_log::Ipv4Formatter
92
96
impl core::marker::Send for aya_log::Ipv4Formatter
93
97
impl core::marker::Sync for aya_log::Ipv4Formatter
94
98
impl core::marker::Unpin for aya_log::Ipv4Formatter
@@ -113,6 +117,7 @@ pub fn aya_log::Ipv4Formatter::from(t: T) -> T
113
117
pub struct aya_log::Ipv6Formatter
114
118
impl<T> aya_log::Formatter<T> for aya_log::Ipv6Formatter where T: core::convert::Into<core::net::ip_addr::Ipv6Addr>
115
119
pub fn aya_log::Ipv6Formatter::format(v: T) -> alloc::string::String
120
+ impl core::marker::Freeze for aya_log::Ipv6Formatter
116
121
impl core::marker::Send for aya_log::Ipv6Formatter
117
122
impl core::marker::Sync for aya_log::Ipv6Formatter
118
123
impl core::marker::Unpin for aya_log::Ipv6Formatter
@@ -137,6 +142,7 @@ pub fn aya_log::Ipv6Formatter::from(t: T) -> T
137
142
pub struct aya_log::LowerHexDebugFormatter
138
143
impl<T> aya_log::Formatter<&[T]> for aya_log::LowerHexDebugFormatter where T: core::fmt::LowerHex
139
144
pub fn aya_log::LowerHexDebugFormatter::format(v: &[T]) -> alloc::string::String
145
+ impl core::marker::Freeze for aya_log::LowerHexDebugFormatter
140
146
impl core::marker::Send for aya_log::LowerHexDebugFormatter
141
147
impl core::marker::Sync for aya_log::LowerHexDebugFormatter
142
148
impl core::marker::Unpin for aya_log::LowerHexDebugFormatter
@@ -161,6 +167,7 @@ pub fn aya_log::LowerHexDebugFormatter::from(t: T) -> T
161
167
pub struct aya_log::LowerHexFormatter
162
168
impl<T> aya_log::Formatter<T> for aya_log::LowerHexFormatter where T: core::fmt::LowerHex
163
169
pub fn aya_log::LowerHexFormatter::format(v: T) -> alloc::string::String
170
+ impl core::marker::Freeze for aya_log::LowerHexFormatter
164
171
impl core::marker::Send for aya_log::LowerHexFormatter
165
172
impl core::marker::Sync for aya_log::LowerHexFormatter
166
173
impl core::marker::Unpin for aya_log::LowerHexFormatter
@@ -185,6 +192,7 @@ pub fn aya_log::LowerHexFormatter::from(t: T) -> T
185
192
pub struct aya_log::LowerMacFormatter
186
193
impl aya_log::Formatter<[u8; 6]> for aya_log::LowerMacFormatter
187
194
pub fn aya_log::LowerMacFormatter::format(v: [u8; 6]) -> alloc::string::String
195
+ impl core::marker::Freeze for aya_log::LowerMacFormatter
188
196
impl core::marker::Send for aya_log::LowerMacFormatter
189
197
impl core::marker::Sync for aya_log::LowerMacFormatter
190
198
impl core::marker::Unpin for aya_log::LowerMacFormatter
@@ -209,6 +217,7 @@ pub fn aya_log::LowerMacFormatter::from(t: T) -> T
209
217
pub struct aya_log::UpperHexDebugFormatter
210
218
impl<T> aya_log::Formatter<&[T]> for aya_log::UpperHexDebugFormatter where T: core::fmt::UpperHex
211
219
pub fn aya_log::UpperHexDebugFormatter::format(v: &[T]) -> alloc::string::String
220
+ impl core::marker::Freeze for aya_log::UpperHexDebugFormatter
212
221
impl core::marker::Send for aya_log::UpperHexDebugFormatter
213
222
impl core::marker::Sync for aya_log::UpperHexDebugFormatter
214
223
impl core::marker::Unpin for aya_log::UpperHexDebugFormatter
@@ -233,6 +242,7 @@ pub fn aya_log::UpperHexDebugFormatter::from(t: T) -> T
233
242
pub struct aya_log::UpperHexFormatter
234
243
impl<T> aya_log::Formatter<T> for aya_log::UpperHexFormatter where T: core::fmt::UpperHex
235
244
pub fn aya_log::UpperHexFormatter::format(v: T) -> alloc::string::String
245
+ impl core::marker::Freeze for aya_log::UpperHexFormatter
236
246
impl core::marker::Send for aya_log::UpperHexFormatter
237
247
impl core::marker::Sync for aya_log::UpperHexFormatter
238
248
impl core::marker::Unpin for aya_log::UpperHexFormatter
@@ -257,6 +267,7 @@ pub fn aya_log::UpperHexFormatter::from(t: T) -> T
257
267
pub struct aya_log::UpperMacFormatter
258
268
impl aya_log::Formatter<[u8; 6]> for aya_log::UpperMacFormatter
259
269
pub fn aya_log::UpperMacFormatter::format(v: [u8; 6]) -> alloc::string::String
270
+ impl core::marker::Freeze for aya_log::UpperMacFormatter
260
271
impl core::marker::Send for aya_log::UpperMacFormatter
261
272
impl core::marker::Sync for aya_log::UpperMacFormatter
262
273
impl core::marker::Unpin for aya_log::UpperMacFormatter
0 commit comments