Struct woot::Character [] [src]

pub struct Character<S, I: Key> { /* fields omitted */ }

The symbol type of the string.

Methods

impl<S, I: Key> Character<S, I>
[src]

Create a new Charater. Only use when deserialising a existing character.

Trait Implementations

impl<S: Clone, I: Clone + Key> Clone for Character<S, I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S, I> Debug for Character<S, I> where
    S: Debug,
    I: Key + Debug
[src]

Formats the value using the given formatter.