Searched refs:IdentFragmentAdapter (Results 1 – 2 of 2) sorted by relevance
402 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T); struct404 impl<T: IdentFragment> IdentFragmentAdapter<T> { impl410 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> { implementation416 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { implementation422 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> { implementation428 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> { implementation434 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> { implementation
154 match $crate::__private::IdentFragmentAdapter(&$arg) {164 match $crate::__private::IdentFragmentAdapter(&$arg) {