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 ParsePathErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ParsePathError[src]
impl Clone for ParsePathErrorfn clone(&self) -> ParsePathError[src]
fn clone(&self) -> ParsePathErrorReturns 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 ParsePathErrorfn eq(&self, other: &ParsePathError) -> bool[src]
fn eq(&self, other: &ParsePathError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ParsePathError[src]
impl Eq for ParsePathErrorimpl Display for ParsePathError[src]
impl Display for ParsePathErrorAuto Trait Implementations
impl Send for ParsePathError
impl Send for ParsePathErrorimpl Sync for ParsePathError
impl Sync for ParsePathError