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