[][src]Struct hygeia::utils::directory::PycorsPathsProvider

pub struct PycorsPathsProvider<P> where
    P: PycorsHomeProviderTrait
{ /* fields omitted */ }

Methods

impl<P> PycorsPathsProvider<P> where
    P: PycorsHomeProviderTrait
[src]

pub fn from(path_provider: P) -> Self[src]

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

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

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

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

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

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

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

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

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

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

pub fn install_dir(&self, version: &Version) -> PathBuf[src]

pub fn bin_dir(&self, version: &Version) -> PathBuf[src]

Trait Implementations

Auto Trait Implementations

impl<P> RefUnwindSafe for PycorsPathsProvider<P> where
    P: RefUnwindSafe

impl<P> Send for PycorsPathsProvider<P> where
    P: Send

impl<P> Sync for PycorsPathsProvider<P> where
    P: Sync

impl<P> Unpin for PycorsPathsProvider<P> where
    P: Unpin

impl<P> UnwindSafe for PycorsPathsProvider<P> where
    P: UnwindSafe

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.