Struct relative_path::FromPathError [] [src]

pub struct FromPathError { /* fields omitted */ }

An error raised when attempting to convert a path using RelativePathBuf::from_path.

Trait Implementations

impl Debug for FromPathError
[src]

[src]

Formats the value using the given formatter.

impl Clone for FromPathError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FromPathError
[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 FromPathError
[src]

impl From<FromPathErrorKind> for FromPathError
[src]

[src]

Performs the conversion.

impl Display for FromPathError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FromPathError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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