pub struct JavaInstallationFile {
pub name: String,
pub file_type: Option<FileType>,
pub executable: Option<bool>,
pub downloads: Option<Downloads>,
}Fields§
§name: String§file_type: Option<FileType>§executable: Option<bool>§downloads: Option<Downloads>Trait Implementations§
Source§impl Debug for JavaInstallationFile
impl Debug for JavaInstallationFile
Source§impl<'de> Deserialize<'de> for JavaInstallationFile
impl<'de> Deserialize<'de> for JavaInstallationFile
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 JavaInstallationFile
impl RefUnwindSafe for JavaInstallationFile
impl Send for JavaInstallationFile
impl Sync for JavaInstallationFile
impl Unpin for JavaInstallationFile
impl UnwindSafe for JavaInstallationFile
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