Struct syn::TypeImplTrait [−][src]
pub struct TypeImplTrait { pub impl_token: Impl, pub bounds: Punctuated<TypeParamBound, Add>, }
An impl Bound1 + Bound2 + Bound3
type where Bound
is a trait or
a lifetime.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
impl_token: Impl
bounds: Punctuated<TypeParamBound, Add>
Trait Implementations
impl Clone for TypeImplTrait
[src]
impl Clone for TypeImplTrait
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<TypeImplTrait> for Type
[src]
impl From<TypeImplTrait> for Type
[src]fn from(e: TypeImplTrait) -> Type
[src]
impl Hash for TypeImplTrait
[src]
impl Hash for TypeImplTrait
[src]impl Parse for TypeImplTrait
[src]
impl Parse for TypeImplTrait
[src]fn parse(input: ParseStream<'_>) -> Result<Self>
[src]
impl PartialEq<TypeImplTrait> for TypeImplTrait
[src]
impl PartialEq<TypeImplTrait> for TypeImplTrait
[src]impl ToTokens for TypeImplTrait
[src]
impl ToTokens for TypeImplTrait
[src]