Struct nuklear::String[][src]

pub struct String<'a> { /* fields omitted */ }

Methods

impl<'a> String<'a>
[src]

Trait Implementations

impl<'a> Clone for String<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a str> for String<'a>
[src]

Performs the conversion.

impl<'a> From<String> for String<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for String<'a>

impl<'a> Sync for String<'a>