Struct reproto_backend_swift::SwiftLang [] [src]

pub struct SwiftLang;

Trait Implementations

impl Clone for SwiftLang
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SwiftLang
[src]

impl Default for SwiftLang
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SwiftLang
[src]

[src]

Formats the value using the given formatter. Read more

impl Lang for SwiftLang
[src]

Copy self. Read more

Module specs.

Parse a module configuration consisting of only a string. Read more

Language-specific compile hook. Read more

[src]

Comment the given string.

[src]

Rename packages according to the given naming convention.

[src]

Indicates if the language requires keyword-escaping in the packages.

[src]

Get a list of keywords to transliterate.

[src]

Helper to convert into environment.

[src]

Rename fields according to the given naming convention.

[src]

Rename endpoint identifiers according to the given naming convention.

Auto Trait Implementations

impl Send for SwiftLang

impl Sync for SwiftLang