pub struct DownloadQueue { /* private fields */ }Expand description
A download queue on the server.
Each server maintains one download queue per user per device.
Implementations§
Trait Implementations§
Source§impl Clone for DownloadQueue
impl Clone for DownloadQueue
Source§fn clone(&self) -> DownloadQueue
fn clone(&self) -> DownloadQueue
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 moreSource§impl Debug for DownloadQueue
impl Debug for DownloadQueue
Source§impl PartialEq for DownloadQueue
impl PartialEq for DownloadQueue
Auto Trait Implementations§
impl !Freeze for DownloadQueue
impl !RefUnwindSafe for DownloadQueue
impl Send for DownloadQueue
impl Sync for DownloadQueue
impl Unpin for DownloadQueue
impl !UnwindSafe for DownloadQueue
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