pub enum CancelDownloadMethod {
CancelDownload,
}Variants§
CancelDownload
Trait Implementations§
Source§impl Clone for CancelDownloadMethod
impl Clone for CancelDownloadMethod
Source§fn clone(&self) -> CancelDownloadMethod
fn clone(&self) -> CancelDownloadMethod
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 CancelDownloadMethod
impl Debug for CancelDownloadMethod
Source§impl<'de> Deserialize<'de> for CancelDownloadMethod
impl<'de> Deserialize<'de> for CancelDownloadMethod
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 CancelDownloadMethod
impl PartialEq for CancelDownloadMethod
Source§impl Serialize for CancelDownloadMethod
impl Serialize for CancelDownloadMethod
impl StructuralPartialEq for CancelDownloadMethod
Auto Trait Implementations§
impl Freeze for CancelDownloadMethod
impl RefUnwindSafe for CancelDownloadMethod
impl Send for CancelDownloadMethod
impl Sync for CancelDownloadMethod
impl Unpin for CancelDownloadMethod
impl UnsafeUnpin for CancelDownloadMethod
impl UnwindSafe for CancelDownloadMethod
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