Struct nuklear::StringArray[][src]

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

Methods

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Auto Trait Implementations

impl<'a> !Send for StringArray<'a>

impl<'a> !Sync for StringArray<'a>