[−][src]Struct uvm_install2::unity::Module
Fields
id: Componentsync: Option<Component>parent: Option<Component>name: Stringdescription: Stringdownload_url: Stringcategory: Categoryinstalled_size: u64download_size: u64visible: boolselected: boolcmd: Option<String>checksum: Option<MD5>eula_url_1: Option<String>eula_label_1: Option<String>eula_message: Option<String>Methods
impl Module[src]
pub fn install_rename_from<P>(&self, base_dir: P) -> Option<PathBuf> where
P: AsRef<Path>, [src]
P: AsRef<Path>,
pub fn install_rename_to<P>(&self, base_dir: P) -> Option<PathBuf> where
P: AsRef<Path>, [src]
P: AsRef<Path>,
pub fn install_rename_from_to<P>(
&self,
base_dir: P
) -> Option<(PathBuf, PathBuf)> where
P: AsRef<Path>, [src]
&self,
base_dir: P
) -> Option<(PathBuf, PathBuf)> where
P: AsRef<Path>,
pub fn install_destination<P>(&self, base_dir: P) -> Option<PathBuf> where
P: AsRef<Path>, [src]
P: AsRef<Path>,
Trait Implementations
impl StructuralEq for Module[src]
impl Eq for Module[src]
impl Debug for Module[src]
impl AsRef<Component> for Module[src]
impl Hash for Module[src]
fn hash<H>(&self, state: &mut H) where
H: Hasher, [src]
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl FromIterator<Module> for ModulesMap[src]
fn from_iter<I>(iter: I) -> ModulesMap where
I: IntoIterator<Item = Module>, [src]
I: IntoIterator<Item = Module>,
impl FromIterator<Module> for Modules[src]
fn from_iter<I>(iter: I) -> Modules where
I: IntoIterator<Item = Module>, [src]
I: IntoIterator<Item = Module>,
impl PartialEq<Module> for Module[src]
impl<'de> Deserialize<'de> for Module where
Module: Default, [src]
Module: Default,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Module, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<Module, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl PartialOrd<Module> for Module[src]
fn partial_cmp(&self, other: &Module) -> Option<Ordering>[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl Default for Module[src]
impl<'_> From<((Component, IniData), &'_ Version)> for Module[src]
impl Serialize for Module[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl Ord for Module[src]
Auto Trait Implementations
impl Send for Module
impl Sync for Module
impl Unpin for Module
impl UnwindSafe for Module
impl RefUnwindSafe for Module
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,