Struct c_fixed_string::IntoStringError [] [src]

pub struct IntoStringError { /* fields omitted */ }

Methods

impl IntoStringError
[src]

[src]

Consumes this error, returning original CFixedString which generated the error.

[src]

Access the underlying UTF-8 error that was the cause of this error.

Trait Implementations

impl Clone for IntoStringError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IntoStringError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for IntoStringError
[src]

impl Debug for IntoStringError
[src]

[src]

Formats the value using the given formatter.

impl Error for IntoStringError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl Display for IntoStringError
[src]

[src]

Formats the value using the given formatter. Read more