Skip to main content

IVersus_DownloadHistory_CheckDataMethods

Trait IVersus_DownloadHistory_CheckDataMethods 

Source
pub trait IVersus_DownloadHistory_CheckDataMethods: IVersus_DownloadHistory_CheckData {
    // Provided methods
    fn reset(self) { ... }
    fn is_downloaded(self) -> bool { ... }
    fn get_elapsed_time(self) -> i64 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn reset(self)

Reset() overload

Source

fn is_downloaded(self) -> bool

IsDownloaded() overload

Source

fn get_elapsed_time(self) -> i64

GetElapsedTime() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IVersus_DownloadHistory_CheckData> IVersus_DownloadHistory_CheckDataMethods for __T

Available on crate feature app-versus only.