Skip to main content

IVersus_DownloadHistoryMethods

Trait IVersus_DownloadHistoryMethods 

Source
pub trait IVersus_DownloadHistoryMethods: IVersus_DownloadHistory {
    // Provided methods
    fn ctor(self) { ... }
    fn initialize_check_data(self) { ... }
    fn set_donwloaded(self, data_type: impl Into<Versus_CheckDataType>) { ... }
    fn is_downloaded(self, data_type: impl Into<Versus_CheckDataType>) -> bool { ... }
    fn reset_check_data(self, data_type: impl Into<Versus_CheckDataType>) { ... }
    fn all_reset(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn initialize_check_data(self)

InitializeCheckData() overload

Source

fn set_donwloaded(self, data_type: impl Into<Versus_CheckDataType>)

SetDonwloaded(crate::app::versus::Versus_CheckDataType) overload

Source

fn is_downloaded(self, data_type: impl Into<Versus_CheckDataType>) -> bool

IsDownloaded(crate::app::versus::Versus_CheckDataType) overload

Source

fn reset_check_data(self, data_type: impl Into<Versus_CheckDataType>)

ResetCheckData(crate::app::versus::Versus_CheckDataType) overload

Source

fn all_reset(self)

AllReset() 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> IVersus_DownloadHistoryMethods for __T

Available on crate feature app-versus only.