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.
255 lines
15 KiB
Plaintext
255 lines
15 KiB
Plaintext
pub mod aya_log_common
|
|
#[repr(u8)] pub enum aya_log_common::Argument
|
|
pub aya_log_common::Argument::ArrU16Len8
|
|
pub aya_log_common::Argument::ArrU8Len16
|
|
pub aya_log_common::Argument::ArrU8Len6
|
|
pub aya_log_common::Argument::Bytes
|
|
pub aya_log_common::Argument::DisplayHint
|
|
pub aya_log_common::Argument::F32
|
|
pub aya_log_common::Argument::F64
|
|
pub aya_log_common::Argument::I16
|
|
pub aya_log_common::Argument::I32
|
|
pub aya_log_common::Argument::I64
|
|
pub aya_log_common::Argument::I8
|
|
pub aya_log_common::Argument::Isize
|
|
pub aya_log_common::Argument::Str
|
|
pub aya_log_common::Argument::U16
|
|
pub aya_log_common::Argument::U32
|
|
pub aya_log_common::Argument::U64
|
|
pub aya_log_common::Argument::U8
|
|
pub aya_log_common::Argument::Usize
|
|
impl core::clone::Clone for aya_log_common::Argument
|
|
pub fn aya_log_common::Argument::clone(&self) -> aya_log_common::Argument
|
|
impl core::convert::From<aya_log_common::Argument> for u8
|
|
pub fn u8::from(enum_value: aya_log_common::Argument) -> Self
|
|
impl core::fmt::Debug for aya_log_common::Argument
|
|
pub fn aya_log_common::Argument::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
|
|
impl core::marker::Copy for aya_log_common::Argument
|
|
impl core::marker::Send for aya_log_common::Argument
|
|
impl core::marker::Sync for aya_log_common::Argument
|
|
impl core::marker::Unpin for aya_log_common::Argument
|
|
impl core::panic::unwind_safe::RefUnwindSafe for aya_log_common::Argument
|
|
impl core::panic::unwind_safe::UnwindSafe for aya_log_common::Argument
|
|
impl<T, U> core::convert::Into<U> for aya_log_common::Argument where U: core::convert::From<T>
|
|
pub fn aya_log_common::Argument::into(self) -> U
|
|
impl<T, U> core::convert::TryFrom<U> for aya_log_common::Argument where U: core::convert::Into<T>
|
|
pub type aya_log_common::Argument::Error = core::convert::Infallible
|
|
pub fn aya_log_common::Argument::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::Argument where U: core::convert::TryFrom<T>
|
|
pub type aya_log_common::Argument::Error = <U as core::convert::TryFrom<T>>::Error
|
|
pub fn aya_log_common::Argument::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
impl<T> core::any::Any for aya_log_common::Argument where T: 'static + core::marker::Sized
|
|
pub fn aya_log_common::Argument::type_id(&self) -> core::any::TypeId
|
|
impl<T> core::borrow::Borrow<T> for aya_log_common::Argument where T: core::marker::Sized
|
|
pub fn aya_log_common::Argument::borrow(&self) -> &T
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log_common::Argument where T: core::marker::Sized
|
|
pub fn aya_log_common::Argument::borrow_mut(&mut self) -> &mut T
|
|
impl<T> core::convert::From<T> for aya_log_common::Argument
|
|
pub fn aya_log_common::Argument::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::WriteToBuf for aya_log_common::DisplayHint
|
|
pub fn aya_log_common::DisplayHint::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
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::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::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::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::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::RecordField
|
|
pub aya_log_common::RecordField::File
|
|
pub aya_log_common::RecordField::Level
|
|
pub aya_log_common::RecordField::Line
|
|
pub aya_log_common::RecordField::Module
|
|
pub aya_log_common::RecordField::NumArgs
|
|
pub aya_log_common::RecordField::Target = 1
|
|
impl core::clone::Clone for aya_log_common::RecordField
|
|
pub fn aya_log_common::RecordField::clone(&self) -> aya_log_common::RecordField
|
|
impl core::convert::From<aya_log_common::RecordField> for u8
|
|
pub fn u8::from(enum_value: aya_log_common::RecordField) -> Self
|
|
impl core::fmt::Debug for aya_log_common::RecordField
|
|
pub fn aya_log_common::RecordField::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
|
|
impl core::marker::Copy for aya_log_common::RecordField
|
|
impl core::marker::Send for aya_log_common::RecordField
|
|
impl core::marker::Sync for aya_log_common::RecordField
|
|
impl core::marker::Unpin for aya_log_common::RecordField
|
|
impl core::panic::unwind_safe::RefUnwindSafe for aya_log_common::RecordField
|
|
impl core::panic::unwind_safe::UnwindSafe for aya_log_common::RecordField
|
|
impl<T, U> core::convert::Into<U> for aya_log_common::RecordField where U: core::convert::From<T>
|
|
pub fn aya_log_common::RecordField::into(self) -> U
|
|
impl<T, U> core::convert::TryFrom<U> for aya_log_common::RecordField where U: core::convert::Into<T>
|
|
pub type aya_log_common::RecordField::Error = core::convert::Infallible
|
|
pub fn aya_log_common::RecordField::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::RecordField where U: core::convert::TryFrom<T>
|
|
pub type aya_log_common::RecordField::Error = <U as core::convert::TryFrom<T>>::Error
|
|
pub fn aya_log_common::RecordField::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
impl<T> core::any::Any for aya_log_common::RecordField where T: 'static + core::marker::Sized
|
|
pub fn aya_log_common::RecordField::type_id(&self) -> core::any::TypeId
|
|
impl<T> core::borrow::Borrow<T> for aya_log_common::RecordField where T: core::marker::Sized
|
|
pub fn aya_log_common::RecordField::borrow(&self) -> &T
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log_common::RecordField where T: core::marker::Sized
|
|
pub fn aya_log_common::RecordField::borrow_mut(&mut self) -> &mut T
|
|
impl<T> core::convert::From<T> for aya_log_common::RecordField
|
|
pub fn aya_log_common::RecordField::from(t: T) -> T
|
|
pub const aya_log_common::LOG_BUF_CAPACITY: usize = 8_192usize
|
|
pub const aya_log_common::LOG_FIELDS: usize = 6usize
|
|
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 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 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 trait aya_log_common::WriteToBuf
|
|
pub fn aya_log_common::WriteToBuf::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for &[u8]
|
|
pub fn &[u8]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for &str
|
|
pub fn &str::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for [u16; 8]
|
|
pub fn [u16; 8]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for [u8; 16]
|
|
pub fn [u8; 16]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for [u8; 6]
|
|
pub fn [u8; 6]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for aya_log_common::DisplayHint
|
|
pub fn aya_log_common::DisplayHint::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for f32
|
|
pub fn f32::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for f64
|
|
pub fn f64::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for i16
|
|
pub fn i16::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for i32
|
|
pub fn i32::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for i64
|
|
pub fn i64::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for i8
|
|
pub fn i8::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for isize
|
|
pub fn isize::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for u16
|
|
pub fn u16::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for u32
|
|
pub fn u32::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for u64
|
|
pub fn u64::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for u8
|
|
pub fn u8::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
impl aya_log_common::WriteToBuf for usize
|
|
pub fn usize::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
pub type aya_log_common::LogValueLength = u16
|