pub struct JavaRawDownload {
pub url: String,
pub sha1: String,
pub size: u64,
}Fields§
§url: String§sha1: String§size: u64Trait Implementations§
Source§impl Debug for JavaRawDownload
impl Debug for JavaRawDownload
Source§impl<'de> Deserialize<'de> for JavaRawDownload
impl<'de> Deserialize<'de> for JavaRawDownload
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 JavaRawDownload
impl RefUnwindSafe for JavaRawDownload
impl Send for JavaRawDownload
impl Sync for JavaRawDownload
impl Unpin for JavaRawDownload
impl UnsafeUnpin for JavaRawDownload
impl UnwindSafe for JavaRawDownload
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