Trait ToLitStrWithCase

Source
pub trait ToLitStrWithCase {
    // Required method
    fn to_lit_str_with_case(&self, case: Case) -> LitStr;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToLitStrWithCase for (&str, Span)

Source§

impl ToLitStrWithCase for (&String, Span)

Source§

impl ToLitStrWithCase for (String, Span)

Source§

impl ToLitStrWithCase for Ident

Source§

impl ToLitStrWithCase for Abstract

Source§

impl ToLitStrWithCase for As

Source§

impl ToLitStrWithCase for Async

Source§

impl ToLitStrWithCase for Auto

Source§

impl ToLitStrWithCase for Await

Source§

impl ToLitStrWithCase for Become

Source§

impl ToLitStrWithCase for Box

Source§

impl ToLitStrWithCase for Break

Source§

impl ToLitStrWithCase for Const

Source§

impl ToLitStrWithCase for Continue

Source§

impl ToLitStrWithCase for Crate

Source§

impl ToLitStrWithCase for Default

Source§

impl ToLitStrWithCase for Do

Source§

impl ToLitStrWithCase for Dyn

Source§

impl ToLitStrWithCase for Else

Source§

impl ToLitStrWithCase for Enum

Source§

impl ToLitStrWithCase for Extern

Source§

impl ToLitStrWithCase for Final

Source§

impl ToLitStrWithCase for Fn

Source§

impl ToLitStrWithCase for For

Source§

impl ToLitStrWithCase for If

Source§

impl ToLitStrWithCase for Impl

Source§

impl ToLitStrWithCase for In

Source§

impl ToLitStrWithCase for Let

Source§

impl ToLitStrWithCase for Loop

Source§

impl ToLitStrWithCase for Macro

Source§

impl ToLitStrWithCase for Match

Source§

impl ToLitStrWithCase for Mod

Source§

impl ToLitStrWithCase for Move

Source§

impl ToLitStrWithCase for Mut

Source§

impl ToLitStrWithCase for Override

Source§

impl ToLitStrWithCase for Priv

Source§

impl ToLitStrWithCase for Pub

Source§

impl ToLitStrWithCase for Ref

Source§

impl ToLitStrWithCase for Return

Source§

impl ToLitStrWithCase for SelfType

Source§

impl ToLitStrWithCase for SelfValue

Source§

impl ToLitStrWithCase for Static

Source§

impl ToLitStrWithCase for Struct

Source§

impl ToLitStrWithCase for Super

Source§

impl ToLitStrWithCase for Trait

Source§

impl ToLitStrWithCase for Try

Source§

impl ToLitStrWithCase for Type

Source§

impl ToLitStrWithCase for Typeof

Source§

impl ToLitStrWithCase for Union

Source§

impl ToLitStrWithCase for Unsafe

Source§

impl ToLitStrWithCase for Unsized

Source§

impl ToLitStrWithCase for Use

Source§

impl ToLitStrWithCase for Virtual

Source§

impl ToLitStrWithCase for Where

Source§

impl ToLitStrWithCase for While

Source§

impl ToLitStrWithCase for Yield

Implementors§