[][src]Struct tourist_types::path::RelativePathBuf

pub struct RelativePathBuf(_);

Methods

impl RelativePathBuf[src]

pub fn join(self, c: String) -> Self[src]

pub fn from_components<I: Iterator<Item = String>>(i: I) -> Self[src]

pub fn as_path_buf(&self) -> PathBuf[src]

pub fn as_git_path(&self) -> String[src]

Trait Implementations

impl PartialEq<RelativePathBuf> for RelativePathBuf[src]

impl<'_> From<&'_ str> for RelativePathBuf[src]

impl Eq for RelativePathBuf[src]

impl Hash for RelativePathBuf[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for RelativePathBuf[src]

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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