Searched refs:IdentFragmentAdapter (Results 1 – 2 of 2) sorted by relevance
366 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T); struct368 impl<T: IdentFragment> IdentFragmentAdapter<T> { implementation374 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> { implementation380 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { implementation386 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> { implementation392 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> { implementation398 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> { implementation
150 match $crate::__private::IdentFragmentAdapter(&$arg) {160 match $crate::__private::IdentFragmentAdapter(&$arg) {