pub struct Download { /* private fields */ }Implementations§
Source§impl Download
impl Download
pub fn identifier(&self) -> String
pub fn unique_identifier(&self) -> String
pub fn status(&self) -> DownloadStatus
pub fn priority(&self) -> DownloadPriority
pub fn is_essential(&self) -> bool
pub fn is_url_download(&self) -> bool
pub fn removing_essential(&self) -> Option<Self>
pub fn snapshot(&self) -> DownloadSnapshot
Trait Implementations§
impl Send for Download
impl Sync for Download
Auto Trait Implementations§
impl Freeze for Download
impl RefUnwindSafe for Download
impl Unpin for Download
impl UnsafeUnpin for Download
impl UnwindSafe for Download
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