Enum sgx_tstd::path::ParsePathError[][src]

pub enum ParsePathError {}

Error returned from [PathBuf::from_str][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]

Formats the value using the given formatter. Read more

impl Clone for ParsePathError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Display for ParsePathError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParsePathError

impl Sync for ParsePathError