[][src]Struct ra_ap_paths::RelPathBuf

pub struct RelPathBuf(_);

Implementations

impl RelPathBuf[src]

pub fn as_path(&self) -> &RelPath[src]

Methods from Deref<Target = RelPath>

Trait Implementations

impl AsRef<Path> for RelPathBuf[src]

impl Clone for RelPathBuf[src]

impl Debug for RelPathBuf[src]

impl Deref for RelPathBuf[src]

type Target = RelPath

The resulting type after dereferencing.

impl Eq for RelPathBuf[src]

impl From<RelPathBuf> for PathBuf[src]

impl Hash for RelPathBuf[src]

impl Ord for RelPathBuf[src]

impl PartialEq<RelPathBuf> for RelPathBuf[src]

impl PartialOrd<RelPathBuf> for RelPathBuf[src]

impl StructuralEq for RelPathBuf[src]

impl StructuralPartialEq for RelPathBuf[src]

impl<'_> TryFrom<&'_ str> for RelPathBuf[src]

type Error = PathBuf

The type returned in the event of a conversion error.

impl TryFrom<PathBuf> for RelPathBuf[src]

type Error = PathBuf

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.