Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs458 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T); struct
460 impl<T: IdentFragment> IdentFragmentAdapter<T> { implementation
466 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> { implementation
472 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { implementation
478 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> { implementation
484 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> { implementation
490 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> { implementation
H A Dformat.rs156 match $crate::__private::IdentFragmentAdapter(&$arg) {
166 match $crate::__private::IdentFragmentAdapter(&$arg) {