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]
impl Debug for ParsePathError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ParsePathError
[src]
impl Clone for ParsePathError
fn clone(&self) -> ParsePathError
[src]
fn clone(&self) -> ParsePathError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for ParsePathError
[src]
impl PartialEq for ParsePathError
fn eq(&self, other: &ParsePathError) -> bool
[src]
fn eq(&self, other: &ParsePathError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ParsePathError
[src]
impl Eq for ParsePathError
impl Display for ParsePathError
[src]
impl Display for ParsePathError
Auto Trait Implementations
impl Send for ParsePathError
impl Send for ParsePathError
impl Sync for ParsePathError
impl Sync for ParsePathError