Skip to main content

INexRanking_UploadSequenceMethods

Trait INexRanking_UploadSequenceMethods 

Source
pub trait INexRanking_UploadSequenceMethods: INexRanking_UploadSequence {
    // Provided methods
    fn login(self) { ... }
    fn postlogin(self) { ... }
    fn ctor(
        self,
        cid: impl Into<Il2CppString>,
        pairs: impl Into<Array<NexRanking_Data>>,
    ) { ... }
    fn upload_rating(self) { ... }
    fn succeeded(self) { ... }
    fn error(self) { ... }
}

Provided Methods§

Source

fn login(self)

Login() overload

Source

fn postlogin(self)

Postlogin() overload

Source

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

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

Source

fn upload_rating(self)

UploadRating() 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_UploadSequence> INexRanking_UploadSequenceMethods for __T

Available on crate feature app-nexranking only.