pub struct BinaryPackage {
pub link: String,
}
Expand description
Package field inside the binary struct
Fields§
§link: String
Link to the JRE download
Trait Implementations§
Source§impl Debug for BinaryPackage
impl Debug for BinaryPackage
Source§impl<'de> Deserialize<'de> for BinaryPackage
impl<'de> Deserialize<'de> for BinaryPackage
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 BinaryPackage
impl RefUnwindSafe for BinaryPackage
impl Send for BinaryPackage
impl Sync for BinaryPackage
impl Unpin for BinaryPackage
impl UnwindSafe for BinaryPackage
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