Enum std::path::ParsePathError1.26.0 [] [src]

pub enum ParsePathError {}

Error returned from PathBuf::from_str.

Note that parsing a path will never fail. This error is just a placeholder for implementing FromStr for PathBuf.

Trait Implementations

impl Debug for ParsePathError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ParsePathError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ParsePathError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ParsePathError
[src]

impl Display for ParsePathError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParsePathError

impl Sync for ParsePathError