Struct cargo::sources::registry::http_remote::CompletedDownload
source · struct CompletedDownload {
response_code: StatusCode,
data: Vec<u8>,
header_map: Headers,
}
Fields§
§response_code: StatusCode
§data: Vec<u8>
§header_map: Headers
Auto Trait Implementations§
impl RefUnwindSafe for CompletedDownload
impl Send for CompletedDownload
impl Sync for CompletedDownload
impl Unpin for CompletedDownload
impl UnwindSafe for CompletedDownload
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 104 bytes