Struct syn::ImplGenerics [−][src]
pub struct ImplGenerics<'a>(_);
Expand description
Returned by Generics::split_for_impl
.
This type is available only if Syn is built with the "derive"
or "full"
feature and the "printing"
feature.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ImplGenerics<'a>
impl<'a> !Send for ImplGenerics<'a>
impl<'a> !Sync for ImplGenerics<'a>
impl<'a> Unpin for ImplGenerics<'a>
impl<'a> UnwindSafe for ImplGenerics<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more