Enum relative_path::FromPathErrorKind [−][src]
pub enum FromPathErrorKind {
NonRelative,
NonUtf8,
BadSeparator,
}Variants
NonRelativeNon-relative component in path.
NonUtf8Non-utf8 component in path.
BadSeparatorTrying to convert a platform-specific path which uses a platform-specific separator.
Trait Implementations
impl Copy for FromPathErrorKind[src]
impl Copy for FromPathErrorKindimpl Debug for FromPathErrorKind[src]
impl Debug for FromPathErrorKindfn 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 FromPathErrorKind[src]
impl Clone for FromPathErrorKindfn clone(&self) -> FromPathErrorKind[src]
fn clone(&self) -> FromPathErrorKindReturns 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 FromPathErrorKind[src]
impl PartialEq for FromPathErrorKindfn eq(&self, other: &FromPathErrorKind) -> bool[src]
fn eq(&self, other: &FromPathErrorKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for FromPathErrorKind[src]
impl Eq for FromPathErrorKindimpl From<FromPathErrorKind> for FromPathError[src]
impl From<FromPathErrorKind> for FromPathErrorfn from(value: FromPathErrorKind) -> Self[src]
fn from(value: FromPathErrorKind) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for FromPathErrorKind
impl Send for FromPathErrorKindimpl Sync for FromPathErrorKind
impl Sync for FromPathErrorKind