|
|
|
@ -32,13 +32,13 @@ pub fn aya_log::Error::try_from(value: U) -> core::result::Result<T, <T as core:
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::Error where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::Error::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::Error::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> alloc::string::ToString for aya_log::Error where T: core::fmt::Display + core::marker::Sized
|
|
|
|
|
impl<T> alloc::string::ToString for aya_log::Error where T: core::fmt::Display + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Error::to_string(&self) -> alloc::string::String
|
|
|
|
|
impl<T> core::any::Any for aya_log::Error where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::Error where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Error::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::Error where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::Error where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Error::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::Error where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::Error where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Error::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::Error
|
|
|
|
|
pub fn aya_log::Error::from(t: T) -> T
|
|
|
|
@ -59,11 +59,11 @@ pub fn aya_log::DefaultFormatter::try_from(value: U) -> core::result::Result<T,
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::DefaultFormatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::DefaultFormatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::DefaultFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::DefaultFormatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::DefaultFormatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::DefaultFormatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::DefaultFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::DefaultFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::DefaultFormatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::DefaultFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::DefaultFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::DefaultFormatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::DefaultFormatter
|
|
|
|
|
pub fn aya_log::DefaultFormatter::from(t: T) -> T
|
|
|
|
@ -87,11 +87,11 @@ pub fn aya_log::EbpfLogger::try_from(value: U) -> core::result::Result<T, <T as
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::EbpfLogger where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::EbpfLogger::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::EbpfLogger::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::EbpfLogger where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::EbpfLogger where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::EbpfLogger::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::EbpfLogger where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::EbpfLogger where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::EbpfLogger::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::EbpfLogger where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::EbpfLogger where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::EbpfLogger::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::EbpfLogger
|
|
|
|
|
pub fn aya_log::EbpfLogger::from(t: T) -> T
|
|
|
|
@ -112,11 +112,11 @@ pub fn aya_log::Ipv4Formatter::try_from(value: U) -> core::result::Result<T, <T
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::Ipv4Formatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::Ipv4Formatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::Ipv4Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::Ipv4Formatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::Ipv4Formatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Ipv4Formatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::Ipv4Formatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::Ipv4Formatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Ipv4Formatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv4Formatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv4Formatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Ipv4Formatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::Ipv4Formatter
|
|
|
|
|
pub fn aya_log::Ipv4Formatter::from(t: T) -> T
|
|
|
|
@ -137,11 +137,11 @@ pub fn aya_log::Ipv6Formatter::try_from(value: U) -> core::result::Result<T, <T
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::Ipv6Formatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::Ipv6Formatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::Ipv6Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::Ipv6Formatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::Ipv6Formatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Ipv6Formatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::Ipv6Formatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::Ipv6Formatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Ipv6Formatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv6Formatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv6Formatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::Ipv6Formatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::Ipv6Formatter
|
|
|
|
|
pub fn aya_log::Ipv6Formatter::from(t: T) -> T
|
|
|
|
@ -162,11 +162,11 @@ pub fn aya_log::LowerHexBytesFormatter::try_from(value: U) -> core::result::Resu
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexBytesFormatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::LowerHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::LowerHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::LowerHexBytesFormatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::LowerHexBytesFormatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerHexBytesFormatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::LowerHexBytesFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::LowerHexBytesFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerHexBytesFormatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexBytesFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexBytesFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerHexBytesFormatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::LowerHexBytesFormatter
|
|
|
|
|
pub fn aya_log::LowerHexBytesFormatter::from(t: T) -> T
|
|
|
|
@ -187,11 +187,11 @@ pub fn aya_log::LowerHexFormatter::try_from(value: U) -> core::result::Result<T,
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexFormatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::LowerHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::LowerHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::LowerHexFormatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::LowerHexFormatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerHexFormatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::LowerHexFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::LowerHexFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerHexFormatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerHexFormatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::LowerHexFormatter
|
|
|
|
|
pub fn aya_log::LowerHexFormatter::from(t: T) -> T
|
|
|
|
@ -212,11 +212,11 @@ pub fn aya_log::LowerMacFormatter::try_from(value: U) -> core::result::Result<T,
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::LowerMacFormatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::LowerMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::LowerMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::LowerMacFormatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::LowerMacFormatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerMacFormatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::LowerMacFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::LowerMacFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerMacFormatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerMacFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerMacFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::LowerMacFormatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::LowerMacFormatter
|
|
|
|
|
pub fn aya_log::LowerMacFormatter::from(t: T) -> T
|
|
|
|
@ -237,11 +237,11 @@ pub fn aya_log::UpperHexBytesFormatter::try_from(value: U) -> core::result::Resu
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexBytesFormatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::UpperHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::UpperHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::UpperHexBytesFormatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::UpperHexBytesFormatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperHexBytesFormatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::UpperHexBytesFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::UpperHexBytesFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperHexBytesFormatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexBytesFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexBytesFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperHexBytesFormatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::UpperHexBytesFormatter
|
|
|
|
|
pub fn aya_log::UpperHexBytesFormatter::from(t: T) -> T
|
|
|
|
@ -262,11 +262,11 @@ pub fn aya_log::UpperHexFormatter::try_from(value: U) -> core::result::Result<T,
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexFormatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::UpperHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::UpperHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::UpperHexFormatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::UpperHexFormatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperHexFormatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::UpperHexFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::UpperHexFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperHexFormatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperHexFormatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::UpperHexFormatter
|
|
|
|
|
pub fn aya_log::UpperHexFormatter::from(t: T) -> T
|
|
|
|
@ -287,11 +287,11 @@ pub fn aya_log::UpperMacFormatter::try_from(value: U) -> core::result::Result<T,
|
|
|
|
|
impl<T, U> core::convert::TryInto<U> for aya_log::UpperMacFormatter where U: core::convert::TryFrom<T>
|
|
|
|
|
pub type aya_log::UpperMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
|
|
pub fn aya_log::UpperMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
|
|
impl<T> core::any::Any for aya_log::UpperMacFormatter where T: 'static + core::marker::Sized
|
|
|
|
|
impl<T> core::any::Any for aya_log::UpperMacFormatter where T: 'static + ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperMacFormatter::type_id(&self) -> core::any::TypeId
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::UpperMacFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::Borrow<T> for aya_log::UpperMacFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperMacFormatter::borrow(&self) -> &T
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperMacFormatter where T: core::marker::Sized
|
|
|
|
|
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperMacFormatter where T: ?core::marker::Sized
|
|
|
|
|
pub fn aya_log::UpperMacFormatter::borrow_mut(&mut self) -> &mut T
|
|
|
|
|
impl<T> core::convert::From<T> for aya_log::UpperMacFormatter
|
|
|
|
|
pub fn aya_log::UpperMacFormatter::from(t: T) -> T
|
|
|
|
|