Trait ToIdent

Source
pub trait ToIdent {
    // Required method
    fn to_ident(&self) -> Ident;
}

Required Methods§

Source

fn to_ident(&self) -> Ident

Implementations on Foreign Types§

Source§

impl ToIdent for &str

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for (&str, Span)

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for (&String, Span)

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for (String, Span)

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for LitStr

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Abstract

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for As

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Async

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Auto

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Await

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Become

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Box

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Break

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Const

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Continue

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Crate

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Default

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Do

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Dyn

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Else

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Enum

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Extern

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Final

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Fn

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for For

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for If

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Impl

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for In

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Let

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Loop

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Macro

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Match

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Mod

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Move

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Mut

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Override

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Priv

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Pub

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Ref

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Return

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for SelfType

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for SelfValue

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Static

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Struct

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Super

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Trait

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Try

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Type

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Typeof

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Union

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Unsafe

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Unsized

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Use

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Virtual

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Where

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for While

Source§

fn to_ident(&self) -> Ident

Source§

impl ToIdent for Yield

Source§

fn to_ident(&self) -> Ident

Implementors§