pub struct ParameterTypeInterpolator<'lt>(pub &'lt ParameterType);
Tuple Fields§
§0: &'lt ParameterType
Trait Implementations§
Source§impl<'lt> ToTokens for ParameterTypeInterpolator<'lt>
impl<'lt> ToTokens for ParameterTypeInterpolator<'lt>
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Auto Trait Implementations§
impl<'lt> Freeze for ParameterTypeInterpolator<'lt>
impl<'lt> RefUnwindSafe for ParameterTypeInterpolator<'lt>
impl<'lt> Send for ParameterTypeInterpolator<'lt>
impl<'lt> Sync for ParameterTypeInterpolator<'lt>
impl<'lt> Unpin for ParameterTypeInterpolator<'lt>
impl<'lt> UnwindSafe for ParameterTypeInterpolator<'lt>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more