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]

Formats the value using the given formatter. Read more

impl Clone for FromPathError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FromPathError
[src]

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

This method tests for !=.

impl Eq for FromPathError
[src]

impl From<FromPathErrorKind> for FromPathError
[src]

Performs the conversion.

impl Display for FromPathError
[src]

Formats the value using the given formatter. Read more

impl Error for FromPathError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations