pub struct AdoptiumRelease {
pub binary: AdoptiumBinary,
}Fields§
§binary: AdoptiumBinaryTrait Implementations§
Source§impl Debug for AdoptiumRelease
impl Debug for AdoptiumRelease
Source§impl<'de> Deserialize<'de> for AdoptiumRelease
impl<'de> Deserialize<'de> for AdoptiumRelease
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 AdoptiumRelease
impl RefUnwindSafe for AdoptiumRelease
impl Send for AdoptiumRelease
impl Sync for AdoptiumRelease
impl Unpin for AdoptiumRelease
impl UnsafeUnpin for AdoptiumRelease
impl UnwindSafe for AdoptiumRelease
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