| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- pub mod aya_log_common
- #[repr(u8)] pub enum aya_log_common::ArgumentKind
- pub aya_log_common::ArgumentKind::ArrU16Len8
- pub aya_log_common::ArgumentKind::ArrU8Len16
- pub aya_log_common::ArgumentKind::ArrU8Len4
- pub aya_log_common::ArgumentKind::ArrU8Len6
- pub aya_log_common::ArgumentKind::Bytes
- pub aya_log_common::ArgumentKind::DisplayHint
- pub aya_log_common::ArgumentKind::F32
- pub aya_log_common::ArgumentKind::F64
- pub aya_log_common::ArgumentKind::I16
- pub aya_log_common::ArgumentKind::I32
- pub aya_log_common::ArgumentKind::I64
- pub aya_log_common::ArgumentKind::I8
- pub aya_log_common::ArgumentKind::Ipv4Addr
- pub aya_log_common::ArgumentKind::Ipv6Addr
- pub aya_log_common::ArgumentKind::Isize
- pub aya_log_common::ArgumentKind::Pointer
- pub aya_log_common::ArgumentKind::Str
- pub aya_log_common::ArgumentKind::U16
- pub aya_log_common::ArgumentKind::U32
- pub aya_log_common::ArgumentKind::U64
- pub aya_log_common::ArgumentKind::U8
- pub aya_log_common::ArgumentKind::Usize
- impl core::clone::Clone for aya_log_common::ArgumentKind
- pub fn aya_log_common::ArgumentKind::clone(&self) -> aya_log_common::ArgumentKind
- impl core::convert::From<aya_log_common::ArgumentKind> for u8
- pub fn u8::from(enum_value: aya_log_common::ArgumentKind) -> Self
- impl core::fmt::Debug for aya_log_common::ArgumentKind
- pub fn aya_log_common::ArgumentKind::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
- impl core::marker::Copy for aya_log_common::ArgumentKind
- impl core::marker::Freeze for aya_log_common::ArgumentKind
- impl core::marker::Send for aya_log_common::ArgumentKind
- impl core::marker::Sync for aya_log_common::ArgumentKind
- impl core::marker::Unpin for aya_log_common::ArgumentKind
- impl core::panic::unwind_safe::RefUnwindSafe for aya_log_common::ArgumentKind
- impl core::panic::unwind_safe::UnwindSafe for aya_log_common::ArgumentKind
- impl<T, U> core::convert::Into<U> for aya_log_common::ArgumentKind where U: core::convert::From<T>
- pub fn aya_log_common::ArgumentKind::into(self) -> U
- impl<T, U> core::convert::TryFrom<U> for aya_log_common::ArgumentKind where U: core::convert::Into<T>
- pub type aya_log_common::ArgumentKind::Error = core::convert::Infallible
- pub fn aya_log_common::ArgumentKind::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
- impl<T, U> core::convert::TryInto<U> for aya_log_common::ArgumentKind where U: core::convert::TryFrom<T>
- pub type aya_log_common::ArgumentKind::Error = <U as core::convert::TryFrom<T>>::Error
- pub fn aya_log_common::ArgumentKind::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
- impl<T> core::any::Any for aya_log_common::ArgumentKind where T: 'static + ?core::marker::Sized
- pub fn aya_log_common::ArgumentKind::type_id(&self) -> core::any::TypeId
- impl<T> core::borrow::Borrow<T> for aya_log_common::ArgumentKind where T: ?core::marker::Sized
- pub fn aya_log_common::ArgumentKind::borrow(&self) -> &T
- impl<T> core::borrow::BorrowMut<T> for aya_log_common::ArgumentKind where T: ?core::marker::Sized
- pub fn aya_log_common::ArgumentKind::borrow_mut(&mut self) -> &mut T
- impl<T> core::clone::CloneToUninit for aya_log_common::ArgumentKind where T: core::clone::Clone
- pub unsafe fn aya_log_common::ArgumentKind::clone_to_uninit(&self, dest: *mut u8)
- impl<T> core::convert::From<T> for aya_log_common::ArgumentKind
- pub fn aya_log_common::ArgumentKind::from(t: T) -> T
- #[repr(u8)] pub enum aya_log_common::DisplayHint
- pub aya_log_common::DisplayHint::Default = 1
- pub aya_log_common::DisplayHint::Ip
- pub aya_log_common::DisplayHint::LowerHex
- pub aya_log_common::DisplayHint::LowerMac
- pub aya_log_common::DisplayHint::Pointer
- pub aya_log_common::DisplayHint::UpperHex
- pub aya_log_common::DisplayHint::UpperMac
- impl aya_log_common::Argument for aya_log_common::DisplayHint
- pub fn aya_log_common::DisplayHint::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl core::clone::Clone for aya_log_common::DisplayHint
- pub fn aya_log_common::DisplayHint::clone(&self) -> aya_log_common::DisplayHint
- impl core::cmp::Eq for aya_log_common::DisplayHint
- impl core::cmp::PartialEq for aya_log_common::DisplayHint
- pub fn aya_log_common::DisplayHint::eq(&self, other: &aya_log_common::DisplayHint) -> bool
- impl core::convert::From<aya_log_common::DisplayHint> for u8
- pub fn u8::from(enum_value: aya_log_common::DisplayHint) -> Self
- impl core::fmt::Debug for aya_log_common::DisplayHint
- pub fn aya_log_common::DisplayHint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
- impl core::marker::Copy for aya_log_common::DisplayHint
- impl core::marker::StructuralPartialEq for aya_log_common::DisplayHint
- impl core::marker::Freeze for aya_log_common::DisplayHint
- impl core::marker::Send for aya_log_common::DisplayHint
- impl core::marker::Sync for aya_log_common::DisplayHint
- impl core::marker::Unpin for aya_log_common::DisplayHint
- impl core::panic::unwind_safe::RefUnwindSafe for aya_log_common::DisplayHint
- impl core::panic::unwind_safe::UnwindSafe for aya_log_common::DisplayHint
- impl<T, U> core::convert::Into<U> for aya_log_common::DisplayHint where U: core::convert::From<T>
- pub fn aya_log_common::DisplayHint::into(self) -> U
- impl<T, U> core::convert::TryFrom<U> for aya_log_common::DisplayHint where U: core::convert::Into<T>
- pub type aya_log_common::DisplayHint::Error = core::convert::Infallible
- pub fn aya_log_common::DisplayHint::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
- impl<T, U> core::convert::TryInto<U> for aya_log_common::DisplayHint where U: core::convert::TryFrom<T>
- pub type aya_log_common::DisplayHint::Error = <U as core::convert::TryFrom<T>>::Error
- pub fn aya_log_common::DisplayHint::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
- impl<T> core::any::Any for aya_log_common::DisplayHint where T: 'static + ?core::marker::Sized
- pub fn aya_log_common::DisplayHint::type_id(&self) -> core::any::TypeId
- impl<T> core::borrow::Borrow<T> for aya_log_common::DisplayHint where T: ?core::marker::Sized
- pub fn aya_log_common::DisplayHint::borrow(&self) -> &T
- impl<T> core::borrow::BorrowMut<T> for aya_log_common::DisplayHint where T: ?core::marker::Sized
- pub fn aya_log_common::DisplayHint::borrow_mut(&mut self) -> &mut T
- impl<T> core::clone::CloneToUninit for aya_log_common::DisplayHint where T: core::clone::Clone
- pub unsafe fn aya_log_common::DisplayHint::clone_to_uninit(&self, dest: *mut u8)
- impl<T> core::convert::From<T> for aya_log_common::DisplayHint
- pub fn aya_log_common::DisplayHint::from(t: T) -> T
- #[repr(u8)] pub enum aya_log_common::Level
- pub aya_log_common::Level::Debug
- pub aya_log_common::Level::Error = 1
- pub aya_log_common::Level::Info
- pub aya_log_common::Level::Trace
- pub aya_log_common::Level::Warn
- impl core::clone::Clone for aya_log_common::Level
- pub fn aya_log_common::Level::clone(&self) -> aya_log_common::Level
- impl core::cmp::Eq for aya_log_common::Level
- impl core::cmp::PartialEq for aya_log_common::Level
- pub fn aya_log_common::Level::eq(&self, other: &aya_log_common::Level) -> bool
- impl core::convert::From<aya_log_common::Level> for u8
- pub fn u8::from(enum_value: aya_log_common::Level) -> Self
- impl core::fmt::Debug for aya_log_common::Level
- pub fn aya_log_common::Level::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
- impl core::hash::Hash for aya_log_common::Level
- pub fn aya_log_common::Level::hash<__H: core::hash::Hasher>(&self, state: &mut __H)
- impl core::marker::Copy for aya_log_common::Level
- impl core::marker::StructuralPartialEq for aya_log_common::Level
- impl core::marker::Freeze for aya_log_common::Level
- impl core::marker::Send for aya_log_common::Level
- impl core::marker::Sync for aya_log_common::Level
- impl core::marker::Unpin for aya_log_common::Level
- impl core::panic::unwind_safe::RefUnwindSafe for aya_log_common::Level
- impl core::panic::unwind_safe::UnwindSafe for aya_log_common::Level
- impl<T, U> core::convert::Into<U> for aya_log_common::Level where U: core::convert::From<T>
- pub fn aya_log_common::Level::into(self) -> U
- impl<T, U> core::convert::TryFrom<U> for aya_log_common::Level where U: core::convert::Into<T>
- pub type aya_log_common::Level::Error = core::convert::Infallible
- pub fn aya_log_common::Level::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
- impl<T, U> core::convert::TryInto<U> for aya_log_common::Level where U: core::convert::TryFrom<T>
- pub type aya_log_common::Level::Error = <U as core::convert::TryFrom<T>>::Error
- pub fn aya_log_common::Level::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
- impl<T> core::any::Any for aya_log_common::Level where T: 'static + ?core::marker::Sized
- pub fn aya_log_common::Level::type_id(&self) -> core::any::TypeId
- impl<T> core::borrow::Borrow<T> for aya_log_common::Level where T: ?core::marker::Sized
- pub fn aya_log_common::Level::borrow(&self) -> &T
- impl<T> core::borrow::BorrowMut<T> for aya_log_common::Level where T: ?core::marker::Sized
- pub fn aya_log_common::Level::borrow_mut(&mut self) -> &mut T
- impl<T> core::clone::CloneToUninit for aya_log_common::Level where T: core::clone::Clone
- pub unsafe fn aya_log_common::Level::clone_to_uninit(&self, dest: *mut u8)
- impl<T> core::convert::From<T> for aya_log_common::Level
- pub fn aya_log_common::Level::from(t: T) -> T
- #[repr(u8)] pub enum aya_log_common::RecordFieldKind
- pub aya_log_common::RecordFieldKind::File
- pub aya_log_common::RecordFieldKind::Level
- pub aya_log_common::RecordFieldKind::Line
- pub aya_log_common::RecordFieldKind::Module
- pub aya_log_common::RecordFieldKind::NumArgs
- pub aya_log_common::RecordFieldKind::Target
- impl core::clone::Clone for aya_log_common::RecordFieldKind
- pub fn aya_log_common::RecordFieldKind::clone(&self) -> aya_log_common::RecordFieldKind
- impl core::convert::From<aya_log_common::RecordFieldKind> for u8
- pub fn u8::from(enum_value: aya_log_common::RecordFieldKind) -> Self
- impl core::fmt::Debug for aya_log_common::RecordFieldKind
- pub fn aya_log_common::RecordFieldKind::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
- impl core::marker::Copy for aya_log_common::RecordFieldKind
- impl core::marker::Freeze for aya_log_common::RecordFieldKind
- impl core::marker::Send for aya_log_common::RecordFieldKind
- impl core::marker::Sync for aya_log_common::RecordFieldKind
- impl core::marker::Unpin for aya_log_common::RecordFieldKind
- impl core::panic::unwind_safe::RefUnwindSafe for aya_log_common::RecordFieldKind
- impl core::panic::unwind_safe::UnwindSafe for aya_log_common::RecordFieldKind
- impl<T, U> core::convert::Into<U> for aya_log_common::RecordFieldKind where U: core::convert::From<T>
- pub fn aya_log_common::RecordFieldKind::into(self) -> U
- impl<T, U> core::convert::TryFrom<U> for aya_log_common::RecordFieldKind where U: core::convert::Into<T>
- pub type aya_log_common::RecordFieldKind::Error = core::convert::Infallible
- pub fn aya_log_common::RecordFieldKind::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
- impl<T, U> core::convert::TryInto<U> for aya_log_common::RecordFieldKind where U: core::convert::TryFrom<T>
- pub type aya_log_common::RecordFieldKind::Error = <U as core::convert::TryFrom<T>>::Error
- pub fn aya_log_common::RecordFieldKind::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
- impl<T> core::any::Any for aya_log_common::RecordFieldKind where T: 'static + ?core::marker::Sized
- pub fn aya_log_common::RecordFieldKind::type_id(&self) -> core::any::TypeId
- impl<T> core::borrow::Borrow<T> for aya_log_common::RecordFieldKind where T: ?core::marker::Sized
- pub fn aya_log_common::RecordFieldKind::borrow(&self) -> &T
- impl<T> core::borrow::BorrowMut<T> for aya_log_common::RecordFieldKind where T: ?core::marker::Sized
- pub fn aya_log_common::RecordFieldKind::borrow_mut(&mut self) -> &mut T
- impl<T> core::clone::CloneToUninit for aya_log_common::RecordFieldKind where T: core::clone::Clone
- pub unsafe fn aya_log_common::RecordFieldKind::clone_to_uninit(&self, dest: *mut u8)
- impl<T> core::convert::From<T> for aya_log_common::RecordFieldKind
- pub fn aya_log_common::RecordFieldKind::from(t: T) -> T
- pub trait aya_log_common::Argument: aya_log_common::sealed::Sealed
- pub fn aya_log_common::Argument::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for &[u8]
- pub fn &[u8]::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for &str
- pub fn &str::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for aya_log_common::DisplayHint
- pub fn aya_log_common::DisplayHint::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for core::net::ip_addr::IpAddr
- pub fn core::net::ip_addr::IpAddr::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for core::net::ip_addr::Ipv4Addr
- pub fn core::net::ip_addr::Ipv4Addr::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for core::net::ip_addr::Ipv6Addr
- pub fn core::net::ip_addr::Ipv6Addr::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for f32
- pub fn f32::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for f64
- pub fn f64::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for i16
- pub fn i16::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for i32
- pub fn i32::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for i64
- pub fn i64::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for i8
- pub fn i8::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for isize
- pub fn isize::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for u16
- pub fn u16::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for u32
- pub fn u32::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for u64
- pub fn u64::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for u8
- pub fn u8::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl aya_log_common::Argument for usize
- pub fn usize::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl<T> aya_log_common::Argument for *const T
- pub fn *const T::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl<T> aya_log_common::Argument for *mut T
- pub fn *mut T::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- impl<const N: usize> aya_log_common::Argument for [u8; N]
- pub fn [u8; N]::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
- pub trait aya_log_common::DefaultFormatter
- impl aya_log_common::DefaultFormatter for &str
- impl aya_log_common::DefaultFormatter for bool
- impl aya_log_common::DefaultFormatter for char
- impl aya_log_common::DefaultFormatter for core::net::ip_addr::IpAddr
- impl aya_log_common::DefaultFormatter for core::net::ip_addr::Ipv4Addr
- impl aya_log_common::DefaultFormatter for core::net::ip_addr::Ipv6Addr
- impl aya_log_common::DefaultFormatter for f32
- impl aya_log_common::DefaultFormatter for f64
- impl aya_log_common::DefaultFormatter for i16
- impl aya_log_common::DefaultFormatter for i32
- impl aya_log_common::DefaultFormatter for i64
- impl aya_log_common::DefaultFormatter for i8
- impl aya_log_common::DefaultFormatter for isize
- impl aya_log_common::DefaultFormatter for str
- impl aya_log_common::DefaultFormatter for u16
- impl aya_log_common::DefaultFormatter for u32
- impl aya_log_common::DefaultFormatter for u64
- impl aya_log_common::DefaultFormatter for u8
- impl aya_log_common::DefaultFormatter for usize
- pub trait aya_log_common::IpFormatter
- impl aya_log_common::IpFormatter for [u16; 8]
- impl aya_log_common::IpFormatter for [u8; 16]
- impl aya_log_common::IpFormatter for [u8; 4]
- impl aya_log_common::IpFormatter for core::net::ip_addr::IpAddr
- impl aya_log_common::IpFormatter for core::net::ip_addr::Ipv4Addr
- impl aya_log_common::IpFormatter for core::net::ip_addr::Ipv6Addr
- impl aya_log_common::IpFormatter for u32
- pub trait aya_log_common::LowerHexFormatter
- impl aya_log_common::LowerHexFormatter for &[u8]
- impl aya_log_common::LowerHexFormatter for i16
- impl aya_log_common::LowerHexFormatter for i32
- impl aya_log_common::LowerHexFormatter for i64
- impl aya_log_common::LowerHexFormatter for i8
- impl aya_log_common::LowerHexFormatter for isize
- impl aya_log_common::LowerHexFormatter for u16
- impl aya_log_common::LowerHexFormatter for u32
- impl aya_log_common::LowerHexFormatter for u64
- impl aya_log_common::LowerHexFormatter for u8
- impl aya_log_common::LowerHexFormatter for usize
- impl<const N: usize> aya_log_common::LowerHexFormatter for &[u8; N]
- pub trait aya_log_common::LowerMacFormatter
- impl aya_log_common::LowerMacFormatter for [u8; 6]
- pub trait aya_log_common::PointerFormatter
- impl<T> aya_log_common::PointerFormatter for *const T
- impl<T> aya_log_common::PointerFormatter for *mut T
- pub trait aya_log_common::UpperHexFormatter
- impl aya_log_common::UpperHexFormatter for &[u8]
- impl aya_log_common::UpperHexFormatter for i16
- impl aya_log_common::UpperHexFormatter for i32
- impl aya_log_common::UpperHexFormatter for i64
- impl aya_log_common::UpperHexFormatter for i8
- impl aya_log_common::UpperHexFormatter for isize
- impl aya_log_common::UpperHexFormatter for u16
- impl aya_log_common::UpperHexFormatter for u32
- impl aya_log_common::UpperHexFormatter for u64
- impl aya_log_common::UpperHexFormatter for u8
- impl aya_log_common::UpperHexFormatter for usize
- impl<const N: usize> aya_log_common::UpperHexFormatter for &[u8; N]
- pub trait aya_log_common::UpperMacFormatter
- impl aya_log_common::UpperMacFormatter for [u8; 6]
- pub type aya_log_common::LogValueLength = u16
|