pub struct ExpansionFileDownload {
pub url: String,
pub sha1: [u8; 20],
pub kind: ExpansionFileKind,
pub version_code: i32,
}Fields§
§url: String§sha1: [u8; 20]§kind: ExpansionFileKind§version_code: i32Auto Trait Implementations§
impl Freeze for ExpansionFileDownload
impl RefUnwindSafe for ExpansionFileDownload
impl Send for ExpansionFileDownload
impl Sync for ExpansionFileDownload
impl Unpin for ExpansionFileDownload
impl UnwindSafe for ExpansionFileDownload
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