pub struct text_signature {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
Source§impl Clone for text_signature
impl Clone for text_signature
Source§impl CustomToken for text_signature
impl CustomToken for text_signature
Source§impl Debug for text_signature
impl Debug for text_signature
Source§impl Default for text_signature
impl Default for text_signature
Source§impl Eq for text_signature
impl Eq for text_signature
#[doc(hidden)] fn assert_receiver_is_total_eq(&self)
Source§impl Hash for text_signature
impl Hash for text_signature
Source§impl Parse for text_signature
impl Parse for text_signature
fn parse(input: ParseStream<'_>) -> Result<text_signature>
Source§impl PartialEq for text_signature
impl PartialEq for text_signature
Source§impl ToTokens for text_signature
impl ToTokens for text_signature
Source§fn to_tokens(&self, tokens: &mut TokenStream2)
fn to_tokens(&self, tokens: &mut TokenStream2)
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,
impl Copy for text_signature
Auto Trait Implementations§
impl Freeze for text_signature
impl RefUnwindSafe for text_signature
impl !Send for text_signature
impl !Sync for text_signature
impl Unpin for text_signature
impl UnwindSafe for text_signature
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> RepToTokensExt for T
impl<T> RepToTokensExt for T
Source§fn next(&self) -> Option<&Self>
fn next(&self) -> Option<&Self>
Pretend to be an iterator for the purposes of
quote_into_iter
.
This allows repeated calls to quote_into_iter
to continue
correctly returning DoesNotHaveIter.fn quote_into_iter(&self) -> (&Self, ThereIsNoIteratorInRepetition)
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§impl<T> Spanned for T
impl<T> Spanned for T
Source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.