Skip to main content

INexRanking_DownloadSequenceMethods

Trait INexRanking_DownloadSequenceMethods 

Source
pub trait INexRanking_DownloadSequenceMethods: INexRanking_DownloadSequence {
    // Provided methods
    fn ctor(
        self,
        cid: impl Into<Il2CppString>,
        data: impl Into<Array<NexRanking_Data>>,
    ) { ... }
    fn login(self) { ... }
    fn postlogin(self) { ... }
    fn get_rating(self) { ... }
    fn succeeded(self) { ... }
    fn error(self) { ... }
}

Provided Methods§

Source

fn ctor( self, cid: impl Into<Il2CppString>, data: impl Into<Array<NexRanking_Data>>, )

.ctor(::unity::Il2CppString, ::unity::Array<crate::app::nexranking::NexRanking_Data>) overload

Source

fn login(self)

Login() overload

Source

fn postlogin(self)

Postlogin() overload

Source

fn get_rating(self)

GetRating() overload

Source

fn succeeded(self)

Succeeded() overload

Source

fn error(self)

Error() 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: INexRanking_DownloadSequence> INexRanking_DownloadSequenceMethods for __T

Available on crate feature app-nexranking only.