pub struct BaseFileDownload {
pub url: String,
pub sha256: [u8; 32],
}Fields§
§url: String§sha256: [u8; 32]Auto Trait Implementations§
impl Freeze for BaseFileDownload
impl RefUnwindSafe for BaseFileDownload
impl Send for BaseFileDownload
impl Sync for BaseFileDownload
impl Unpin for BaseFileDownload
impl UnwindSafe for BaseFileDownload
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