Searched refs:IdentFragment (Results 1 – 4 of 4) sorted by relevance
15 pub trait IdentFragment { trait27 impl<T: IdentFragment + ?Sized> IdentFragment for &T { impl29 <T as IdentFragment>::span(*self) in span()33 IdentFragment::fmt(*self, f) in fmt()37 impl<T: IdentFragment + ?Sized> IdentFragment for &mut T { impl39 <T as IdentFragment>::span(*self) in span()43 IdentFragment::fmt(*self, f) in fmt()47 impl IdentFragment for Ident {62 impl<T> IdentFragment for Cow<'_, T>64 T: IdentFragment + ToOwned + ?Sized,[all …]
4 use crate::{IdentFragment, ToTokens, TokenStreamExt};458 pub struct IdentFragmentAdapter<T: IdentFragment>(pub T);460 impl<T: IdentFragment> IdentFragmentAdapter<T> {466 impl<T: IdentFragment> fmt::Display for IdentFragmentAdapter<T> {468 IdentFragment::fmt(&self.0, f) in fmt()472 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> {478 impl<T: IdentFragment + fmt::LowerHex> fmt::LowerHex for IdentFragmentAdapter<T> {484 impl<T: IdentFragment + fmt::UpperHex> fmt::UpperHex for IdentFragmentAdapter<T> {490 impl<T: IdentFragment + fmt::Binary> fmt::Binary for IdentFragmentAdapter<T> {
122 pub use crate::ident_fragment::IdentFragment;
30 use quote::IdentFragment;1025 impl IdentFragment for Member {1085 impl IdentFragment for Index {