Home
last modified time | relevance | path

Searched defs:IdentFragmentAdapter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/
Druntime.rs494 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T); struct
496 impl<T: IdentFragment> IdentFragmentAdapter<T> { impl
502 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> { implementation
508 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { implementation
514 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> { implementation
520 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> { implementation
526 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/
H A Druntime.rs494 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T); struct
496 impl<T: IdentFragment> IdentFragmentAdapter<T> { impl
502 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> { implementation
508 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { implementation
514 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> { implementation
520 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> { implementation
526 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> { implementation