pub struct DLManager {
pub target_size: usize,
pub downloader: Arc<Downloader>,
}Fields§
§target_size: usize§downloader: Arc<Downloader>Implementations§
Auto Trait Implementations§
impl Freeze for DLManager
impl RefUnwindSafe for DLManager
impl Send for DLManager
impl Sync for DLManager
impl Unpin for DLManager
impl UnwindSafe for DLManager
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