[][src]Struct uvm_core::Installation

pub struct Installation { /* fields omitted */ }

Methods

impl Installation[src]

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

Important traits for InstalledComponents
pub fn installed_components(&self) -> InstalledComponents[src]

pub fn version(&self) -> &Version[src]

pub fn version_owned(&self) -> Version[src]

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

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

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

Trait Implementations

impl Clone for Installation[src]

impl Debug for Installation[src]

impl Display for Installation[src]

impl Eq for Installation[src]

impl From<EditorInstallation> for Installation[src]

impl From<Installation> for EditorInstallation[src]

impl From<Installation> for Version[src]

impl FromIterator<Installation> for Installations[src]

impl Ord for Installation[src]

impl PartialEq<Installation> for Installation[src]

impl PartialOrd<Installation> for Installation[src]

impl StructuralEq for Installation[src]

impl StructuralPartialEq for Installation[src]

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,