Docs.rs
syn-prelude-0.1.12
syn-prelude 0.1.12
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
powermacros
Dependencies
convert_case ^0.6
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
syn-prelude-macros ^0.1.3
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
syn_
prelude
0.1.12
ToIdent
Required Methods
to_ident
Implementations on Foreign Types
&str
(&String, Span)
(&str, Span)
(String, Span)
Abstract
As
Async
Auto
Await
Become
Box
Break
Const
Continue
Crate
Default
Do
Dyn
Else
Enum
Extern
Final
Fn
For
If
Impl
In
Let
LitStr
Loop
Macro
Match
Mod
Move
Mut
Override
Priv
Pub
Ref
Return
SelfType
SelfValue
Static
Struct
Super
Trait
Try
Type
Typeof
Union
Unsafe
Unsized
Use
Virtual
Where
While
Yield
Implementors
In crate syn_
prelude
syn_prelude
Trait
ToIdent
Copy item path
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
§