pub struct DownloadBuilder {}
Expand description
A builder-pattern type to construct Download
objects.
Implementations§
Trait Implementations§
Source§impl Clone for DownloadBuilder
impl Clone for DownloadBuilder
Source§fn clone(&self) -> DownloadBuilder
fn clone(&self) -> DownloadBuilder
Returns a copy 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 moreSource§impl Default for DownloadBuilder
impl Default for DownloadBuilder
Source§fn default() -> DownloadBuilder
fn default() -> DownloadBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DownloadBuilder
impl RefUnwindSafe for DownloadBuilder
impl Send for DownloadBuilder
impl Sync for DownloadBuilder
impl Unpin for DownloadBuilder
impl UnwindSafe for DownloadBuilder
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