Struct binaryninja::downloadprovider::DownloadResponse
source · pub struct DownloadResponse {
pub status_code: u16,
pub headers: HashMap<String, String>,
}
Fields§
§status_code: u16
§headers: HashMap<String, String>
Auto Trait Implementations§
impl RefUnwindSafe for DownloadResponse
impl Send for DownloadResponse
impl Sync for DownloadResponse
impl Unpin for DownloadResponse
impl UnwindSafe for DownloadResponse
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