aya-log-parser.txt 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. pub mod aya_log_parser
  2. pub enum aya_log_parser::Fragment
  3. pub aya_log_parser::Fragment::Literal(alloc::string::String)
  4. pub aya_log_parser::Fragment::Parameter(aya_log_parser::Parameter)
  5. impl core::clone::Clone for aya_log_parser::Fragment
  6. pub fn aya_log_parser::Fragment::clone(&self) -> aya_log_parser::Fragment
  7. impl core::cmp::Eq for aya_log_parser::Fragment
  8. impl core::cmp::PartialEq for aya_log_parser::Fragment
  9. pub fn aya_log_parser::Fragment::eq(&self, other: &aya_log_parser::Fragment) -> bool
  10. impl core::fmt::Debug for aya_log_parser::Fragment
  11. pub fn aya_log_parser::Fragment::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
  12. impl core::marker::StructuralPartialEq for aya_log_parser::Fragment
  13. impl core::marker::Send for aya_log_parser::Fragment
  14. impl core::marker::Sync for aya_log_parser::Fragment
  15. impl core::marker::Unpin for aya_log_parser::Fragment
  16. impl core::panic::unwind_safe::RefUnwindSafe for aya_log_parser::Fragment
  17. impl core::panic::unwind_safe::UnwindSafe for aya_log_parser::Fragment
  18. impl<T, U> core::convert::Into<U> for aya_log_parser::Fragment where U: core::convert::From<T>
  19. pub fn aya_log_parser::Fragment::into(self) -> U
  20. impl<T, U> core::convert::TryFrom<U> for aya_log_parser::Fragment where U: core::convert::Into<T>
  21. pub type aya_log_parser::Fragment::Error = core::convert::Infallible
  22. pub fn aya_log_parser::Fragment::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  23. impl<T, U> core::convert::TryInto<U> for aya_log_parser::Fragment where U: core::convert::TryFrom<T>
  24. pub type aya_log_parser::Fragment::Error = <U as core::convert::TryFrom<T>>::Error
  25. pub fn aya_log_parser::Fragment::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  26. impl<T> alloc::borrow::ToOwned for aya_log_parser::Fragment where T: core::clone::Clone
  27. pub type aya_log_parser::Fragment::Owned = T
  28. pub fn aya_log_parser::Fragment::clone_into(&self, target: &mut T)
  29. pub fn aya_log_parser::Fragment::to_owned(&self) -> T
  30. impl<T> core::any::Any for aya_log_parser::Fragment where T: 'static + core::marker::Sized
  31. pub fn aya_log_parser::Fragment::type_id(&self) -> core::any::TypeId
  32. impl<T> core::borrow::Borrow<T> for aya_log_parser::Fragment where T: core::marker::Sized
  33. pub fn aya_log_parser::Fragment::borrow(&self) -> &T
  34. impl<T> core::borrow::BorrowMut<T> for aya_log_parser::Fragment where T: core::marker::Sized
  35. pub fn aya_log_parser::Fragment::borrow_mut(&mut self) -> &mut T
  36. impl<T> core::convert::From<T> for aya_log_parser::Fragment
  37. pub fn aya_log_parser::Fragment::from(t: T) -> T
  38. pub struct aya_log_parser::Parameter
  39. pub aya_log_parser::Parameter::hint: aya_log_common::DisplayHint
  40. impl core::clone::Clone for aya_log_parser::Parameter
  41. pub fn aya_log_parser::Parameter::clone(&self) -> aya_log_parser::Parameter
  42. impl core::cmp::Eq for aya_log_parser::Parameter
  43. impl core::cmp::PartialEq for aya_log_parser::Parameter
  44. pub fn aya_log_parser::Parameter::eq(&self, other: &aya_log_parser::Parameter) -> bool
  45. impl core::fmt::Debug for aya_log_parser::Parameter
  46. pub fn aya_log_parser::Parameter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
  47. impl core::marker::StructuralPartialEq for aya_log_parser::Parameter
  48. impl core::marker::Send for aya_log_parser::Parameter
  49. impl core::marker::Sync for aya_log_parser::Parameter
  50. impl core::marker::Unpin for aya_log_parser::Parameter
  51. impl core::panic::unwind_safe::RefUnwindSafe for aya_log_parser::Parameter
  52. impl core::panic::unwind_safe::UnwindSafe for aya_log_parser::Parameter
  53. impl<T, U> core::convert::Into<U> for aya_log_parser::Parameter where U: core::convert::From<T>
  54. pub fn aya_log_parser::Parameter::into(self) -> U
  55. impl<T, U> core::convert::TryFrom<U> for aya_log_parser::Parameter where U: core::convert::Into<T>
  56. pub type aya_log_parser::Parameter::Error = core::convert::Infallible
  57. pub fn aya_log_parser::Parameter::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
  58. impl<T, U> core::convert::TryInto<U> for aya_log_parser::Parameter where U: core::convert::TryFrom<T>
  59. pub type aya_log_parser::Parameter::Error = <U as core::convert::TryFrom<T>>::Error
  60. pub fn aya_log_parser::Parameter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
  61. impl<T> alloc::borrow::ToOwned for aya_log_parser::Parameter where T: core::clone::Clone
  62. pub type aya_log_parser::Parameter::Owned = T
  63. pub fn aya_log_parser::Parameter::clone_into(&self, target: &mut T)
  64. pub fn aya_log_parser::Parameter::to_owned(&self) -> T
  65. impl<T> core::any::Any for aya_log_parser::Parameter where T: 'static + core::marker::Sized
  66. pub fn aya_log_parser::Parameter::type_id(&self) -> core::any::TypeId
  67. impl<T> core::borrow::Borrow<T> for aya_log_parser::Parameter where T: core::marker::Sized
  68. pub fn aya_log_parser::Parameter::borrow(&self) -> &T
  69. impl<T> core::borrow::BorrowMut<T> for aya_log_parser::Parameter where T: core::marker::Sized
  70. pub fn aya_log_parser::Parameter::borrow_mut(&mut self) -> &mut T
  71. impl<T> core::convert::From<T> for aya_log_parser::Parameter
  72. pub fn aya_log_parser::Parameter::from(t: T) -> T
  73. pub fn aya_log_parser::parse(format_string: &str) -> core::result::Result<alloc::vec::Vec<aya_log_parser::Fragment>, alloc::string::String>