pub struct DownloadBatch {
pub resource_count: usize,
pub dataset_name: Option<String>,
}Fields§
§resource_count: usize§dataset_name: Option<String>Trait Implementations§
Source§impl Clone for DownloadBatch
impl Clone for DownloadBatch
Source§fn clone(&self) -> DownloadBatch
fn clone(&self) -> DownloadBatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DownloadBatch
impl RefUnwindSafe for DownloadBatch
impl Send for DownloadBatch
impl Sync for DownloadBatch
impl Unpin for DownloadBatch
impl UnwindSafe for DownloadBatch
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