mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
283 lines
18 KiB
Plaintext
283 lines
18 KiB
Plaintext
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::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::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
|
|
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 [u16; 8]
|
|
pub fn [u16; 8]::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
|
|
impl aya_log_common::Argument for [u8; 16]
|
|
pub fn [u8; 16]::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
|
|
impl aya_log_common::Argument for [u8; 4]
|
|
pub fn [u8; 4]::as_argument(&self) -> (aya_log_common::ArgumentKind, impl core::convert::AsRef<[u8]>)
|
|
impl aya_log_common::Argument for [u8; 6]
|
|
pub fn [u8; 6]::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]>)
|
|
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
|
|
pub trait aya_log_common::LowerMacFormatter
|
|
impl aya_log_common::LowerMacFormatter for [u8; 6]
|
|
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
|
|
pub trait aya_log_common::UpperMacFormatter
|
|
impl aya_log_common::UpperMacFormatter for [u8; 6]
|
|
pub type aya_log_common::LogValueLength = u16
|