pub enum DownloadProgressMethod {
DownloadProgress,
}Variants§
DownloadProgress
Trait Implementations§
Source§impl Clone for DownloadProgressMethod
impl Clone for DownloadProgressMethod
Source§fn clone(&self) -> DownloadProgressMethod
fn clone(&self) -> DownloadProgressMethod
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 DownloadProgressMethod
impl Debug for DownloadProgressMethod
Source§impl<'de> Deserialize<'de> for DownloadProgressMethod
impl<'de> Deserialize<'de> for DownloadProgressMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DownloadProgressMethod
impl PartialEq for DownloadProgressMethod
Source§impl Serialize for DownloadProgressMethod
impl Serialize for DownloadProgressMethod
impl StructuralPartialEq for DownloadProgressMethod
Auto Trait Implementations§
impl Freeze for DownloadProgressMethod
impl RefUnwindSafe for DownloadProgressMethod
impl Send for DownloadProgressMethod
impl Sync for DownloadProgressMethod
impl Unpin for DownloadProgressMethod
impl UnsafeUnpin for DownloadProgressMethod
impl UnwindSafe for DownloadProgressMethod
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