Struct ota_update_client::DownloadedFile
source · pub struct DownloadedFile {
pub name: String,
pub content: HttpResponse,
}
Expand description
A file that has been downloaded over the network, including its name and a byte array containing its contents.
Fields§
§name: String
§content: HttpResponse
Auto Trait Implementations§
impl RefUnwindSafe for DownloadedFile
impl Send for DownloadedFile
impl Sync for DownloadedFile
impl Unpin for DownloadedFile
impl UnwindSafe for DownloadedFile
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