Struct devise::syn::ImplGenerics [−][src]
pub struct ImplGenerics<'a>(_);
Expand description
Returned by Generics::split_for_impl
.
This type is available if Syn is built with the "derive"
or "full"
feature and the "printing"
feature.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more