[][src]Struct reef::Paths

pub struct Paths;

Implementations

impl Paths[src]

pub fn shebang(path: &Path) -> Result<String>[src]

pub fn which(name: &str) -> Result<PathBuf>[src]

pub fn extension(path: &Path) -> String[src]

pub fn clobber<P: AsRef<Path>>(path: P) -> Result<()>[src]

pub fn clear_read_only<P: AsRef<Path>>(path: P) -> Result<()>[src]

pub fn docs() -> PathBuf[src]

Auto Trait Implementations

impl RefUnwindSafe for Paths

impl Send for Paths

impl Sync for Paths

impl Unpin for Paths

impl UnwindSafe for Paths

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> Same<T> for T

type Output = T

Should always be Self

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<V, T> VZip<V> for T where
    V: MultiLane<T>,