Lines Matching defs:for
13 impl<T> From<T> for Path
109 impl<T> From<T> for PathSegment
141 impl Default for PathArguments {
284 impl Parse for Path {
291 impl Parse for GenericArgument {
418 /// The ordinary [`Parse`] impl for `AngleBracketedGenericArguments`
456 impl Parse for AngleBracketedGenericArguments {
464 impl Parse for ParenthesizedGenericArguments {
476 impl Parse for PathSegment {
534 /// impl Parse for SingleUse {
677 impl ToTokens for Path {
685 impl ToTokens for PathSegment {
693 impl ToTokens for PathArguments {
708 impl ToTokens for GenericArgument {
745 impl ToTokens for AngleBracketedGenericArguments {
753 for param in self.args.pairs() {
766 for param in self.args.pairs() {
788 impl ToTokens for AssocType {
798 impl ToTokens for AssocConst {
808 impl ToTokens for Constraint {
818 impl ToTokens for ParenthesizedGenericArguments {
843 for (i, segment) in segments.by_ref().take(pos).enumerate() {
856 for segment in segments {
863 impl Spanned for QSelf {
867 impl<'a> ToTokens for QSelfDelimiters<'a> {