Home
last modified time | relevance | path

Searched defs:IdentFragmentAdapter (Results 1 – 1 of 1) 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