[−][src]Struct syn::TypeImplTrait
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 Debug for TypeImplTrait
[src][+]
impl Eq for TypeImplTrait
[src]
impl From<TypeImplTrait> for Type
[src][+]
impl Hash for TypeImplTrait
[src][+]
impl Parse for TypeImplTrait
[src][+]
impl PartialEq<TypeImplTrait> for TypeImplTrait
[src][+]
impl StructuralEq for TypeImplTrait
[src]
impl StructuralPartialEq for TypeImplTrait
[src]
impl ToTokens for TypeImplTrait
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for TypeImplTrait
impl !Send for TypeImplTrait
impl !Sync for TypeImplTrait
impl Unpin for TypeImplTrait
impl UnwindSafe for TypeImplTrait
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Spanned for T where
T: Spanned + ?Sized,
[src][+]
T: Spanned + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,