Home
last modified time | relevance | path

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

/external/rust/crates/quote/src/
Druntime.rs366 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T); struct
368 impl<T: IdentFragment> IdentFragmentAdapter<T> { implementation
374 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> { implementation
380 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { implementation
386 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> { implementation
392 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> { implementation
398 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> { implementation