aya-log.txt 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. pub mod aya_log
  2. pub enum aya_log::Error
  3. pub aya_log::Error::InvalidOnlineCpu(std::io::error::Error)
  4. pub aya_log::Error::MapError(aya::maps::MapError)
  5. pub aya_log::Error::MapNotFound
  6. pub aya_log::Error::PerfBufferError(aya::maps::perf::perf_buffer::PerfBufferError)
  7. pub aya_log::Error::ProgramError(aya::programs::ProgramError)
  8. pub aya_log::Error::ProgramNotFound
  9. impl core::convert::From<aya::maps::MapError> for aya_log::Error
  10. pub fn aya_log::Error::from(source: aya::maps::MapError) -> Self
  11. impl core::convert::From<aya::maps::perf::perf_buffer::PerfBufferError> for aya_log::Error
  12. pub fn aya_log::Error::from(source: aya::maps::perf::perf_buffer::PerfBufferError) -> Self
  13. impl core::convert::From<aya::programs::ProgramError> for aya_log::Error
  14. pub fn aya_log::Error::from(source: aya::programs::ProgramError) -> Self
  15. impl core::error::Error for aya_log::Error
  16. pub fn aya_log::Error::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
  17. impl core::fmt::Debug for aya_log::Error
  18. pub fn aya_log::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
  19. impl core::fmt::Display for aya_log::Error
  20. pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
  21. impl core::marker::Freeze for aya_log::Error
  22. impl core::marker::Send for aya_log::Error
  23. impl core::marker::Sync for aya_log::Error
  24. impl core::marker::Unpin for aya_log::Error
  25. impl !core::panic::unwind_safe::RefUnwindSafe for aya_log::Error
  26. impl !core::panic::unwind_safe::UnwindSafe for aya_log::Error
  27. impl<T, U> core::convert::Into<U> for aya_log::Error where U: core::convert::From<T>
  28. pub fn aya_log::Error::into(self) -> U
  29. impl<T, U> core::convert::TryFrom<U> for aya_log::Error where U: core::convert::Into<T>
  30. pub type aya_log::Error::Error = core::convert::Infallible
  31. pub fn aya_log::Error::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  32. impl<T, U> core::convert::TryInto<U> for aya_log::Error where U: core::convert::TryFrom<T>
  33. pub type aya_log::Error::Error = <U as core::convert::TryFrom<T>>::Error
  34. pub fn aya_log::Error::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  35. impl<T> alloc::string::ToString for aya_log::Error where T: core::fmt::Display + core::marker::Sized
  36. pub fn aya_log::Error::to_string(&self) -> alloc::string::String
  37. impl<T> core::any::Any for aya_log::Error where T: 'static + core::marker::Sized
  38. pub fn aya_log::Error::type_id(&self) -> core::any::TypeId
  39. impl<T> core::borrow::Borrow<T> for aya_log::Error where T: core::marker::Sized
  40. pub fn aya_log::Error::borrow(&self) -> &T
  41. impl<T> core::borrow::BorrowMut<T> for aya_log::Error where T: core::marker::Sized
  42. pub fn aya_log::Error::borrow_mut(&mut self) -> &mut T
  43. impl<T> core::convert::From<T> for aya_log::Error
  44. pub fn aya_log::Error::from(t: T) -> T
  45. pub struct aya_log::DefaultFormatter
  46. impl<T> aya_log::Formatter<T> for aya_log::DefaultFormatter where T: alloc::string::ToString
  47. pub fn aya_log::DefaultFormatter::format(v: T) -> alloc::string::String
  48. impl core::marker::Freeze for aya_log::DefaultFormatter
  49. impl core::marker::Send for aya_log::DefaultFormatter
  50. impl core::marker::Sync for aya_log::DefaultFormatter
  51. impl core::marker::Unpin for aya_log::DefaultFormatter
  52. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::DefaultFormatter
  53. impl core::panic::unwind_safe::UnwindSafe for aya_log::DefaultFormatter
  54. impl<T, U> core::convert::Into<U> for aya_log::DefaultFormatter where U: core::convert::From<T>
  55. pub fn aya_log::DefaultFormatter::into(self) -> U
  56. impl<T, U> core::convert::TryFrom<U> for aya_log::DefaultFormatter where U: core::convert::Into<T>
  57. pub type aya_log::DefaultFormatter::Error = core::convert::Infallible
  58. pub fn aya_log::DefaultFormatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  59. impl<T, U> core::convert::TryInto<U> for aya_log::DefaultFormatter where U: core::convert::TryFrom<T>
  60. pub type aya_log::DefaultFormatter::Error = <U as core::convert::TryFrom<T>>::Error
  61. pub fn aya_log::DefaultFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  62. impl<T> core::any::Any for aya_log::DefaultFormatter where T: 'static + core::marker::Sized
  63. pub fn aya_log::DefaultFormatter::type_id(&self) -> core::any::TypeId
  64. impl<T> core::borrow::Borrow<T> for aya_log::DefaultFormatter where T: core::marker::Sized
  65. pub fn aya_log::DefaultFormatter::borrow(&self) -> &T
  66. impl<T> core::borrow::BorrowMut<T> for aya_log::DefaultFormatter where T: core::marker::Sized
  67. pub fn aya_log::DefaultFormatter::borrow_mut(&mut self) -> &mut T
  68. impl<T> core::convert::From<T> for aya_log::DefaultFormatter
  69. pub fn aya_log::DefaultFormatter::from(t: T) -> T
  70. pub struct aya_log::EbpfLogger
  71. impl aya_log::EbpfLogger
  72. pub fn aya_log::EbpfLogger::init(bpf: &mut aya::bpf::Ebpf) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
  73. pub fn aya_log::EbpfLogger::init_from_id(program_id: u32) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
  74. pub fn aya_log::EbpfLogger::init_from_id_with_logger<T: log::Log + 'static>(program_id: u32, logger: T) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
  75. 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>
  76. impl core::marker::Freeze for aya_log::EbpfLogger
  77. impl core::marker::Send for aya_log::EbpfLogger
  78. impl core::marker::Sync for aya_log::EbpfLogger
  79. impl core::marker::Unpin for aya_log::EbpfLogger
  80. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::EbpfLogger
  81. impl core::panic::unwind_safe::UnwindSafe for aya_log::EbpfLogger
  82. impl<T, U> core::convert::Into<U> for aya_log::EbpfLogger where U: core::convert::From<T>
  83. pub fn aya_log::EbpfLogger::into(self) -> U
  84. impl<T, U> core::convert::TryFrom<U> for aya_log::EbpfLogger where U: core::convert::Into<T>
  85. pub type aya_log::EbpfLogger::Error = core::convert::Infallible
  86. pub fn aya_log::EbpfLogger::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  87. impl<T, U> core::convert::TryInto<U> for aya_log::EbpfLogger where U: core::convert::TryFrom<T>
  88. pub type aya_log::EbpfLogger::Error = <U as core::convert::TryFrom<T>>::Error
  89. pub fn aya_log::EbpfLogger::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  90. impl<T> core::any::Any for aya_log::EbpfLogger where T: 'static + core::marker::Sized
  91. pub fn aya_log::EbpfLogger::type_id(&self) -> core::any::TypeId
  92. impl<T> core::borrow::Borrow<T> for aya_log::EbpfLogger where T: core::marker::Sized
  93. pub fn aya_log::EbpfLogger::borrow(&self) -> &T
  94. impl<T> core::borrow::BorrowMut<T> for aya_log::EbpfLogger where T: core::marker::Sized
  95. pub fn aya_log::EbpfLogger::borrow_mut(&mut self) -> &mut T
  96. impl<T> core::convert::From<T> for aya_log::EbpfLogger
  97. pub fn aya_log::EbpfLogger::from(t: T) -> T
  98. pub struct aya_log::Ipv4Formatter
  99. impl<T> aya_log::Formatter<T> for aya_log::Ipv4Formatter where T: core::convert::Into<core::net::ip_addr::Ipv4Addr>
  100. pub fn aya_log::Ipv4Formatter::format(v: T) -> alloc::string::String
  101. impl core::marker::Freeze for aya_log::Ipv4Formatter
  102. impl core::marker::Send for aya_log::Ipv4Formatter
  103. impl core::marker::Sync for aya_log::Ipv4Formatter
  104. impl core::marker::Unpin for aya_log::Ipv4Formatter
  105. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::Ipv4Formatter
  106. impl core::panic::unwind_safe::UnwindSafe for aya_log::Ipv4Formatter
  107. impl<T, U> core::convert::Into<U> for aya_log::Ipv4Formatter where U: core::convert::From<T>
  108. pub fn aya_log::Ipv4Formatter::into(self) -> U
  109. impl<T, U> core::convert::TryFrom<U> for aya_log::Ipv4Formatter where U: core::convert::Into<T>
  110. pub type aya_log::Ipv4Formatter::Error = core::convert::Infallible
  111. pub fn aya_log::Ipv4Formatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  112. impl<T, U> core::convert::TryInto<U> for aya_log::Ipv4Formatter where U: core::convert::TryFrom<T>
  113. pub type aya_log::Ipv4Formatter::Error = <U as core::convert::TryFrom<T>>::Error
  114. pub fn aya_log::Ipv4Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  115. impl<T> core::any::Any for aya_log::Ipv4Formatter where T: 'static + core::marker::Sized
  116. pub fn aya_log::Ipv4Formatter::type_id(&self) -> core::any::TypeId
  117. impl<T> core::borrow::Borrow<T> for aya_log::Ipv4Formatter where T: core::marker::Sized
  118. pub fn aya_log::Ipv4Formatter::borrow(&self) -> &T
  119. impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv4Formatter where T: core::marker::Sized
  120. pub fn aya_log::Ipv4Formatter::borrow_mut(&mut self) -> &mut T
  121. impl<T> core::convert::From<T> for aya_log::Ipv4Formatter
  122. pub fn aya_log::Ipv4Formatter::from(t: T) -> T
  123. pub struct aya_log::Ipv6Formatter
  124. impl<T> aya_log::Formatter<T> for aya_log::Ipv6Formatter where T: core::convert::Into<core::net::ip_addr::Ipv6Addr>
  125. pub fn aya_log::Ipv6Formatter::format(v: T) -> alloc::string::String
  126. impl core::marker::Freeze for aya_log::Ipv6Formatter
  127. impl core::marker::Send for aya_log::Ipv6Formatter
  128. impl core::marker::Sync for aya_log::Ipv6Formatter
  129. impl core::marker::Unpin for aya_log::Ipv6Formatter
  130. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::Ipv6Formatter
  131. impl core::panic::unwind_safe::UnwindSafe for aya_log::Ipv6Formatter
  132. impl<T, U> core::convert::Into<U> for aya_log::Ipv6Formatter where U: core::convert::From<T>
  133. pub fn aya_log::Ipv6Formatter::into(self) -> U
  134. impl<T, U> core::convert::TryFrom<U> for aya_log::Ipv6Formatter where U: core::convert::Into<T>
  135. pub type aya_log::Ipv6Formatter::Error = core::convert::Infallible
  136. pub fn aya_log::Ipv6Formatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  137. impl<T, U> core::convert::TryInto<U> for aya_log::Ipv6Formatter where U: core::convert::TryFrom<T>
  138. pub type aya_log::Ipv6Formatter::Error = <U as core::convert::TryFrom<T>>::Error
  139. pub fn aya_log::Ipv6Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  140. impl<T> core::any::Any for aya_log::Ipv6Formatter where T: 'static + core::marker::Sized
  141. pub fn aya_log::Ipv6Formatter::type_id(&self) -> core::any::TypeId
  142. impl<T> core::borrow::Borrow<T> for aya_log::Ipv6Formatter where T: core::marker::Sized
  143. pub fn aya_log::Ipv6Formatter::borrow(&self) -> &T
  144. impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv6Formatter where T: core::marker::Sized
  145. pub fn aya_log::Ipv6Formatter::borrow_mut(&mut self) -> &mut T
  146. impl<T> core::convert::From<T> for aya_log::Ipv6Formatter
  147. pub fn aya_log::Ipv6Formatter::from(t: T) -> T
  148. pub struct aya_log::LowerHexBytesFormatter
  149. impl aya_log::Formatter<&[u8]> for aya_log::LowerHexBytesFormatter
  150. pub fn aya_log::LowerHexBytesFormatter::format(v: &[u8]) -> alloc::string::String
  151. impl core::marker::Freeze for aya_log::LowerHexBytesFormatter
  152. impl core::marker::Send for aya_log::LowerHexBytesFormatter
  153. impl core::marker::Sync for aya_log::LowerHexBytesFormatter
  154. impl core::marker::Unpin for aya_log::LowerHexBytesFormatter
  155. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::LowerHexBytesFormatter
  156. impl core::panic::unwind_safe::UnwindSafe for aya_log::LowerHexBytesFormatter
  157. impl<T, U> core::convert::Into<U> for aya_log::LowerHexBytesFormatter where U: core::convert::From<T>
  158. pub fn aya_log::LowerHexBytesFormatter::into(self) -> U
  159. impl<T, U> core::convert::TryFrom<U> for aya_log::LowerHexBytesFormatter where U: core::convert::Into<T>
  160. pub type aya_log::LowerHexBytesFormatter::Error = core::convert::Infallible
  161. pub fn aya_log::LowerHexBytesFormatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  162. impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexBytesFormatter where U: core::convert::TryFrom<T>
  163. pub type aya_log::LowerHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error
  164. pub fn aya_log::LowerHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  165. impl<T> core::any::Any for aya_log::LowerHexBytesFormatter where T: 'static + core::marker::Sized
  166. pub fn aya_log::LowerHexBytesFormatter::type_id(&self) -> core::any::TypeId
  167. impl<T> core::borrow::Borrow<T> for aya_log::LowerHexBytesFormatter where T: core::marker::Sized
  168. pub fn aya_log::LowerHexBytesFormatter::borrow(&self) -> &T
  169. impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexBytesFormatter where T: core::marker::Sized
  170. pub fn aya_log::LowerHexBytesFormatter::borrow_mut(&mut self) -> &mut T
  171. impl<T> core::convert::From<T> for aya_log::LowerHexBytesFormatter
  172. pub fn aya_log::LowerHexBytesFormatter::from(t: T) -> T
  173. pub struct aya_log::LowerHexFormatter
  174. impl<T> aya_log::Formatter<T> for aya_log::LowerHexFormatter where T: core::fmt::LowerHex
  175. pub fn aya_log::LowerHexFormatter::format(v: T) -> alloc::string::String
  176. impl core::marker::Freeze for aya_log::LowerHexFormatter
  177. impl core::marker::Send for aya_log::LowerHexFormatter
  178. impl core::marker::Sync for aya_log::LowerHexFormatter
  179. impl core::marker::Unpin for aya_log::LowerHexFormatter
  180. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::LowerHexFormatter
  181. impl core::panic::unwind_safe::UnwindSafe for aya_log::LowerHexFormatter
  182. impl<T, U> core::convert::Into<U> for aya_log::LowerHexFormatter where U: core::convert::From<T>
  183. pub fn aya_log::LowerHexFormatter::into(self) -> U
  184. impl<T, U> core::convert::TryFrom<U> for aya_log::LowerHexFormatter where U: core::convert::Into<T>
  185. pub type aya_log::LowerHexFormatter::Error = core::convert::Infallible
  186. pub fn aya_log::LowerHexFormatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  187. impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexFormatter where U: core::convert::TryFrom<T>
  188. pub type aya_log::LowerHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error
  189. pub fn aya_log::LowerHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  190. impl<T> core::any::Any for aya_log::LowerHexFormatter where T: 'static + core::marker::Sized
  191. pub fn aya_log::LowerHexFormatter::type_id(&self) -> core::any::TypeId
  192. impl<T> core::borrow::Borrow<T> for aya_log::LowerHexFormatter where T: core::marker::Sized
  193. pub fn aya_log::LowerHexFormatter::borrow(&self) -> &T
  194. impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexFormatter where T: core::marker::Sized
  195. pub fn aya_log::LowerHexFormatter::borrow_mut(&mut self) -> &mut T
  196. impl<T> core::convert::From<T> for aya_log::LowerHexFormatter
  197. pub fn aya_log::LowerHexFormatter::from(t: T) -> T
  198. pub struct aya_log::LowerMacFormatter
  199. impl aya_log::Formatter<[u8; 6]> for aya_log::LowerMacFormatter
  200. pub fn aya_log::LowerMacFormatter::format(v: [u8; 6]) -> alloc::string::String
  201. impl core::marker::Freeze for aya_log::LowerMacFormatter
  202. impl core::marker::Send for aya_log::LowerMacFormatter
  203. impl core::marker::Sync for aya_log::LowerMacFormatter
  204. impl core::marker::Unpin for aya_log::LowerMacFormatter
  205. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::LowerMacFormatter
  206. impl core::panic::unwind_safe::UnwindSafe for aya_log::LowerMacFormatter
  207. impl<T, U> core::convert::Into<U> for aya_log::LowerMacFormatter where U: core::convert::From<T>
  208. pub fn aya_log::LowerMacFormatter::into(self) -> U
  209. impl<T, U> core::convert::TryFrom<U> for aya_log::LowerMacFormatter where U: core::convert::Into<T>
  210. pub type aya_log::LowerMacFormatter::Error = core::convert::Infallible
  211. pub fn aya_log::LowerMacFormatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  212. impl<T, U> core::convert::TryInto<U> for aya_log::LowerMacFormatter where U: core::convert::TryFrom<T>
  213. pub type aya_log::LowerMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error
  214. pub fn aya_log::LowerMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  215. impl<T> core::any::Any for aya_log::LowerMacFormatter where T: 'static + core::marker::Sized
  216. pub fn aya_log::LowerMacFormatter::type_id(&self) -> core::any::TypeId
  217. impl<T> core::borrow::Borrow<T> for aya_log::LowerMacFormatter where T: core::marker::Sized
  218. pub fn aya_log::LowerMacFormatter::borrow(&self) -> &T
  219. impl<T> core::borrow::BorrowMut<T> for aya_log::LowerMacFormatter where T: core::marker::Sized
  220. pub fn aya_log::LowerMacFormatter::borrow_mut(&mut self) -> &mut T
  221. impl<T> core::convert::From<T> for aya_log::LowerMacFormatter
  222. pub fn aya_log::LowerMacFormatter::from(t: T) -> T
  223. pub struct aya_log::UpperHexBytesFormatter
  224. impl aya_log::Formatter<&[u8]> for aya_log::UpperHexBytesFormatter
  225. pub fn aya_log::UpperHexBytesFormatter::format(v: &[u8]) -> alloc::string::String
  226. impl core::marker::Freeze for aya_log::UpperHexBytesFormatter
  227. impl core::marker::Send for aya_log::UpperHexBytesFormatter
  228. impl core::marker::Sync for aya_log::UpperHexBytesFormatter
  229. impl core::marker::Unpin for aya_log::UpperHexBytesFormatter
  230. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::UpperHexBytesFormatter
  231. impl core::panic::unwind_safe::UnwindSafe for aya_log::UpperHexBytesFormatter
  232. impl<T, U> core::convert::Into<U> for aya_log::UpperHexBytesFormatter where U: core::convert::From<T>
  233. pub fn aya_log::UpperHexBytesFormatter::into(self) -> U
  234. impl<T, U> core::convert::TryFrom<U> for aya_log::UpperHexBytesFormatter where U: core::convert::Into<T>
  235. pub type aya_log::UpperHexBytesFormatter::Error = core::convert::Infallible
  236. pub fn aya_log::UpperHexBytesFormatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  237. impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexBytesFormatter where U: core::convert::TryFrom<T>
  238. pub type aya_log::UpperHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error
  239. pub fn aya_log::UpperHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  240. impl<T> core::any::Any for aya_log::UpperHexBytesFormatter where T: 'static + core::marker::Sized
  241. pub fn aya_log::UpperHexBytesFormatter::type_id(&self) -> core::any::TypeId
  242. impl<T> core::borrow::Borrow<T> for aya_log::UpperHexBytesFormatter where T: core::marker::Sized
  243. pub fn aya_log::UpperHexBytesFormatter::borrow(&self) -> &T
  244. impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexBytesFormatter where T: core::marker::Sized
  245. pub fn aya_log::UpperHexBytesFormatter::borrow_mut(&mut self) -> &mut T
  246. impl<T> core::convert::From<T> for aya_log::UpperHexBytesFormatter
  247. pub fn aya_log::UpperHexBytesFormatter::from(t: T) -> T
  248. pub struct aya_log::UpperHexFormatter
  249. impl<T> aya_log::Formatter<T> for aya_log::UpperHexFormatter where T: core::fmt::UpperHex
  250. pub fn aya_log::UpperHexFormatter::format(v: T) -> alloc::string::String
  251. impl core::marker::Freeze for aya_log::UpperHexFormatter
  252. impl core::marker::Send for aya_log::UpperHexFormatter
  253. impl core::marker::Sync for aya_log::UpperHexFormatter
  254. impl core::marker::Unpin for aya_log::UpperHexFormatter
  255. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::UpperHexFormatter
  256. impl core::panic::unwind_safe::UnwindSafe for aya_log::UpperHexFormatter
  257. impl<T, U> core::convert::Into<U> for aya_log::UpperHexFormatter where U: core::convert::From<T>
  258. pub fn aya_log::UpperHexFormatter::into(self) -> U
  259. impl<T, U> core::convert::TryFrom<U> for aya_log::UpperHexFormatter where U: core::convert::Into<T>
  260. pub type aya_log::UpperHexFormatter::Error = core::convert::Infallible
  261. pub fn aya_log::UpperHexFormatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  262. impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexFormatter where U: core::convert::TryFrom<T>
  263. pub type aya_log::UpperHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error
  264. pub fn aya_log::UpperHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  265. impl<T> core::any::Any for aya_log::UpperHexFormatter where T: 'static + core::marker::Sized
  266. pub fn aya_log::UpperHexFormatter::type_id(&self) -> core::any::TypeId
  267. impl<T> core::borrow::Borrow<T> for aya_log::UpperHexFormatter where T: core::marker::Sized
  268. pub fn aya_log::UpperHexFormatter::borrow(&self) -> &T
  269. impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexFormatter where T: core::marker::Sized
  270. pub fn aya_log::UpperHexFormatter::borrow_mut(&mut self) -> &mut T
  271. impl<T> core::convert::From<T> for aya_log::UpperHexFormatter
  272. pub fn aya_log::UpperHexFormatter::from(t: T) -> T
  273. pub struct aya_log::UpperMacFormatter
  274. impl aya_log::Formatter<[u8; 6]> for aya_log::UpperMacFormatter
  275. pub fn aya_log::UpperMacFormatter::format(v: [u8; 6]) -> alloc::string::String
  276. impl core::marker::Freeze for aya_log::UpperMacFormatter
  277. impl core::marker::Send for aya_log::UpperMacFormatter
  278. impl core::marker::Sync for aya_log::UpperMacFormatter
  279. impl core::marker::Unpin for aya_log::UpperMacFormatter
  280. impl core::panic::unwind_safe::RefUnwindSafe for aya_log::UpperMacFormatter
  281. impl core::panic::unwind_safe::UnwindSafe for aya_log::UpperMacFormatter
  282. impl<T, U> core::convert::Into<U> for aya_log::UpperMacFormatter where U: core::convert::From<T>
  283. pub fn aya_log::UpperMacFormatter::into(self) -> U
  284. impl<T, U> core::convert::TryFrom<U> for aya_log::UpperMacFormatter where U: core::convert::Into<T>
  285. pub type aya_log::UpperMacFormatter::Error = core::convert::Infallible
  286. pub fn aya_log::UpperMacFormatter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  287. impl<T, U> core::convert::TryInto<U> for aya_log::UpperMacFormatter where U: core::convert::TryFrom<T>
  288. pub type aya_log::UpperMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error
  289. pub fn aya_log::UpperMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  290. impl<T> core::any::Any for aya_log::UpperMacFormatter where T: 'static + core::marker::Sized
  291. pub fn aya_log::UpperMacFormatter::type_id(&self) -> core::any::TypeId
  292. impl<T> core::borrow::Borrow<T> for aya_log::UpperMacFormatter where T: core::marker::Sized
  293. pub fn aya_log::UpperMacFormatter::borrow(&self) -> &T
  294. impl<T> core::borrow::BorrowMut<T> for aya_log::UpperMacFormatter where T: core::marker::Sized
  295. pub fn aya_log::UpperMacFormatter::borrow_mut(&mut self) -> &mut T
  296. impl<T> core::convert::From<T> for aya_log::UpperMacFormatter
  297. pub fn aya_log::UpperMacFormatter::from(t: T) -> T
  298. pub trait aya_log::Formatter<T>
  299. pub fn aya_log::Formatter::format(v: T) -> alloc::string::String
  300. impl aya_log::Formatter<&[u8]> for aya_log::LowerHexBytesFormatter
  301. pub fn aya_log::LowerHexBytesFormatter::format(v: &[u8]) -> alloc::string::String
  302. impl aya_log::Formatter<&[u8]> for aya_log::UpperHexBytesFormatter
  303. pub fn aya_log::UpperHexBytesFormatter::format(v: &[u8]) -> alloc::string::String
  304. impl aya_log::Formatter<[u8; 6]> for aya_log::LowerMacFormatter
  305. pub fn aya_log::LowerMacFormatter::format(v: [u8; 6]) -> alloc::string::String
  306. impl aya_log::Formatter<[u8; 6]> for aya_log::UpperMacFormatter
  307. pub fn aya_log::UpperMacFormatter::format(v: [u8; 6]) -> alloc::string::String
  308. impl<T> aya_log::Formatter<T> for aya_log::DefaultFormatter where T: alloc::string::ToString
  309. pub fn aya_log::DefaultFormatter::format(v: T) -> alloc::string::String
  310. impl<T> aya_log::Formatter<T> for aya_log::Ipv4Formatter where T: core::convert::Into<core::net::ip_addr::Ipv4Addr>
  311. pub fn aya_log::Ipv4Formatter::format(v: T) -> alloc::string::String
  312. impl<T> aya_log::Formatter<T> for aya_log::Ipv6Formatter where T: core::convert::Into<core::net::ip_addr::Ipv6Addr>
  313. pub fn aya_log::Ipv6Formatter::format(v: T) -> alloc::string::String
  314. impl<T> aya_log::Formatter<T> for aya_log::LowerHexFormatter where T: core::fmt::LowerHex
  315. pub fn aya_log::LowerHexFormatter::format(v: T) -> alloc::string::String
  316. impl<T> aya_log::Formatter<T> for aya_log::UpperHexFormatter where T: core::fmt::UpperHex
  317. pub fn aya_log::UpperHexFormatter::format(v: T) -> alloc::string::String
  318. pub type aya_log::BpfLogger = aya_log::EbpfLogger