pub struct B2DownloadFileContent {
pub file: B2FileStream,
pub file_details: B2FileDownloadDetails,
pub remaining_headers: HashMap<String, String>,
}Fields§
§file: B2FileStream§file_details: B2FileDownloadDetails§remaining_headers: HashMap<String, String>Auto Trait Implementations§
impl Freeze for B2DownloadFileContent
impl !RefUnwindSafe for B2DownloadFileContent
impl Send for B2DownloadFileContent
impl !Sync for B2DownloadFileContent
impl Unpin for B2DownloadFileContent
impl !UnwindSafe for B2DownloadFileContent
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