[][src]Struct etc::Etc

pub struct Etc<'e> {
    pub root: &'e PathBuf,
}

The main struct in etc

Fields

root: &'e PathBuf

root directory

Methods

impl<'e> Etc<'e>[src]

pub fn new(root: &'e PathBuf) -> Result<Etc, Error>[src]

abstract an etc

Trait Implementations

impl<'s> From<&'s PathBuf> for Etc<'s>[src]

impl<'s> Into<String> for Etc<'s>[src]

impl<'m> Meta<'m> for Etc<'m>[src]

Auto Trait Implementations

impl<'e> RefUnwindSafe for Etc<'e>

impl<'e> Send for Etc<'e>

impl<'e> Sync for Etc<'e>

impl<'e> Unpin for Etc<'e>

impl<'e> UnwindSafe for Etc<'e>

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, 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.