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