pub struct Module {
pub download_size: Size,
pub installed_size: Size,
/* private fields */
}Fields§
§download_size: Size§installed_size: SizeImplementations§
Source§impl Module
Auto-generated by derive_getters::Getters.
impl Module
Auto-generated by derive_getters::Getters.
Sourcepub fn release_file(&self) -> &UnityReleaseFile
pub fn release_file(&self) -> &UnityReleaseFile
Get field release_file from instance of Module.
Sourcepub fn download_url(&self) -> &Option<String>
pub fn download_url(&self) -> &Option<String>
Get field download_url from instance of Module.
Sourcepub fn description(&self) -> &String
pub fn description(&self) -> &String
Get field description from instance of Module.
Sourcepub fn sub_modules(&self) -> &Vec<Module>
pub fn sub_modules(&self) -> &Vec<Module>
Get field sub_modules from instance of Module.
Get field hidden from instance of Module.
Sourcepub fn pre_selected(&self) -> bool
pub fn pre_selected(&self) -> bool
Get field pre_selected from instance of Module.
Sourcepub fn extracted_path_rename(&self) -> &Option<ExtractedPathRename>
pub fn extracted_path_rename(&self) -> &Option<ExtractedPathRename>
Get field extracted_path_rename from instance of Module.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Module
impl<'de> Deserialize<'de> for Module
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Module
impl RefUnwindSafe for Module
impl Send for Module
impl Sync for Module
impl Unpin for Module
impl UnwindSafe for Module
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more