aya-log-parser.txt 5.6 KB

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