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]
impl Debug for FromPathErrorfn 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 FromPathError[src]
impl Clone for FromPathErrorfn clone(&self) -> FromPathError[src]
fn clone(&self) -> FromPathErrorReturns 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 FromPathError[src]
impl PartialEq for FromPathErrorfn eq(&self, other: &FromPathError) -> bool[src]
fn eq(&self, other: &FromPathError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FromPathError) -> bool[src]
fn ne(&self, other: &FromPathError) -> boolThis method tests for !=.
impl Eq for FromPathError[src]
impl Eq for FromPathErrorimpl From<FromPathErrorKind> for FromPathError[src]
impl From<FromPathErrorKind> for FromPathErrorfn from(value: FromPathErrorKind) -> Self[src]
fn from(value: FromPathErrorKind) -> SelfPerforms the conversion.
impl Display for FromPathError[src]
impl Display for FromPathErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for FromPathError[src]
impl Error for FromPathErrorAuto Trait Implementations
impl Send for FromPathError
impl Send for FromPathErrorimpl Sync for FromPathError
impl Sync for FromPathError