Searched defs:IdentFragmentAdapter (Results 1 – 2 of 2) sorted by relevance
494 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T); struct496 impl<T: IdentFragment> IdentFragmentAdapter<T> { impl502 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> { implementation508 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { implementation514 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> { implementation520 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> { implementation526 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> { implementation