Struct wasm_wrapper_gen_shared::TransformedRustIdent [] [src]

pub struct TransformedRustIdent<T> { /* fields omitted */ }

Methods

impl<T> TransformedRustIdent<T>
[src]

[src]

Trait Implementations

impl<T: Debug> Debug for TransformedRustIdent<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for TransformedRustIdent<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Display> ToTokens for TransformedRustIdent<T>
[src]

[src]

Write self to the given Tokens. Read more

impl<T: Display> Display for TransformedRustIdent<T>
[src]

[src]

Formats the value using the given formatter. Read more