Struct syn::ImplGenerics [−][src]
pub struct ImplGenerics<'a>(_);
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
impl<'a> Clone for ImplGenerics<'a>[src]
impl<'a> Clone for ImplGenerics<'a>[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> ToTokens for ImplGenerics<'a>[src]
impl<'a> ToTokens for ImplGenerics<'a>[src]