Struct ImplGenerics
struct ImplGenerics<'a>(_)
Returned by Generics::split_for_impl.
Implementations
impl<'a> Clone for ImplGenerics<'a>
fn clone(self: &Self) -> Self
impl<'a> Debug for ImplGenerics<'a>
fn fmt(self: &Self, formatter: &mut Formatter<'_>) -> Result
impl<'a> Eq for ImplGenerics<'a>
impl<'a> Freeze for ImplGenerics<'a>
impl<'a> Hash for ImplGenerics<'a>
fn hash<H: Hasher>(self: &Self, state: &mut H)
impl<'a> PartialEq for ImplGenerics<'a>
fn eq(self: &Self, other: &Self) -> bool
impl<'a> RefUnwindSafe for ImplGenerics<'a>
impl<'a> Send for ImplGenerics<'a>
impl<'a> Sync for ImplGenerics<'a>
impl<'a> ToTokens for ImplGenerics<'a>
fn to_tokens(self: &Self, tokens: &mut TokenStream)
impl<'a> Unpin for ImplGenerics<'a>
impl<'a> UnsafeUnpin for ImplGenerics<'a>
impl<'a> UnwindSafe for ImplGenerics<'a>
impl<T> Any for ImplGenerics<'a>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ImplGenerics<'a>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ImplGenerics<'a>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ImplGenerics<'a>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ImplGenerics<'a>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Spanned for ImplGenerics<'a>
fn span(self: &Self) -> Span
impl<T> ToOwned for ImplGenerics<'a>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ImplGenerics<'a>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ImplGenerics<'a>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ImplGenerics<'a>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>