pub struct const_into_str {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
Source§impl Clone for const_into_str
impl Clone for const_into_str
Source§impl Debug for const_into_str
impl Debug for const_into_str
Source§impl Default for const_into_str
impl Default for const_into_str
Source§impl Hash for const_into_str
impl Hash for const_into_str
Source§impl Parse for const_into_str
impl Parse for const_into_str
fn parse(input: ParseStream<'_>) -> Result<const_into_str>
Source§impl PartialEq for const_into_str
impl PartialEq for const_into_str
Source§impl ToTokens for const_into_str
impl ToTokens for const_into_str
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 const_into_str
impl Eq for const_into_str
Auto Trait Implementations§
impl Freeze for const_into_str
impl RefUnwindSafe for const_into_str
impl !Send for const_into_str
impl !Sync for const_into_str
impl Unpin for const_into_str
impl UnwindSafe for const_into_str
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§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.