pub struct FolderDownloadOptions {
pub speed_limit: Option<u64>,
pub resume: bool,
}Expand description
Options for folder download
Fields§
§speed_limit: Option<u64>§resume: boolTrait Implementations§
Source§impl Clone for FolderDownloadOptions
impl Clone for FolderDownloadOptions
Source§fn clone(&self) -> FolderDownloadOptions
fn clone(&self) -> FolderDownloadOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FolderDownloadOptions
impl RefUnwindSafe for FolderDownloadOptions
impl Send for FolderDownloadOptions
impl Sync for FolderDownloadOptions
impl Unpin for FolderDownloadOptions
impl UnsafeUnpin for FolderDownloadOptions
impl UnwindSafe for FolderDownloadOptions
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