Struct afi::Text [] [src]

pub struct Text { /* fields omitted */ }

Some text.

Methods

impl Text
[src]

[src]

Create a new Text from bytes.

[src]

Get bytes from the Text.

Trait Implementations

impl Clone for Text
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Text

impl Sync for Text