[][src]Enum uvm_install2::unity::Component

pub enum Component {
    Language(Localization),
    Editor,
    Mono,
    VisualStudio,
    MonoDevelop,
    Documentation,
    StandardAssets,
    ExampleProject,
    Example,
    Android,
    AndroidSdkBuildTools,
    AndroidSdkPlatforms,
    AndroidSdkPlatformTools,
    AndroidSdkNdkTools,
    AndroidNdk,
    AndroidOpenJdk,
    Ios,
    TvOs,
    AppleTV,
    WebGl,
    Linux,
    LinuxMono,
    Mac,
    MacIL2CPP,
    MacMono,
    Samsungtv,
    SamsungTV,
    Tizen,
    Vuforia,
    VuforiaAR,
    Windows,
    WindowsMono,
    Facebook,
    FacebookGames,
    FacebookGameRoom,
    Lumin,
    Unknown,
}

Variants

Language(Localization)
Editor
Mono
VisualStudio
MonoDevelop
Documentation
StandardAssets
ExampleProject
Example
Android
AndroidSdkBuildTools
AndroidSdkPlatforms
AndroidSdkPlatformTools
AndroidSdkNdkTools
AndroidNdk
AndroidOpenJdk
Ios
TvOs
AppleTV
WebGl
Linux
LinuxMono
Mac
MacIL2CPP
MacMono
Samsungtv
SamsungTV
Tizen
Vuforia
VuforiaAR
Windows
WindowsMono
Facebook
FacebookGames
FacebookGameRoom
Lumin
Unknown

Methods

impl Component[src]

pub fn iterator() -> Iter<'static, Component>[src]

pub fn installpath(self) -> Option<PathBuf>[src]

pub fn install_location(self) -> Option<PathBuf>[src]

pub fn selected(self) -> bool[src]

pub fn visible(self) -> bool[src]

pub fn is_installed<P>(self, unity_install_location: P) -> bool where
    P: AsRef<Path>, 
[src]

pub fn category<V>(self, version: V) -> Category where
    V: AsRef<Version>, 
[src]

pub fn sync(self) -> Option<Component>[src]

pub fn download_url<V>(
    self,
    base_url: &DownloadURL,
    download_url: &str,
    version: V
) -> Option<Url> where
    V: AsRef<Version>, 
[src]

Trait Implementations

impl StructuralEq for Component[src]

impl Eq for Component[src]

impl Debug for Component[src]

impl AsRef<Component> for Module[src]

impl AsRef<Component> for Component[src]

impl Hash for Component[src]

impl PartialEq<Component> for Component[src]

impl Clone for Component[src]

impl Display for Component[src]

impl FromStr for Component[src]

type Err = ParseComponentError

The associated error which can be returned from parsing.

impl<'de> Deserialize<'de> for Component[src]

impl Default for Component[src]

impl From<InstallVariant> for Component[src]

impl From<Component> for InstallVariant[src]

impl StructuralPartialEq for Component[src]

impl Copy for Component[src]

impl Serialize for Component[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> 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> 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]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<'a, T> TryFrom<&'a str> for T where
    T: FromStr

type Err = <T as FromStr>::Err

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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