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§
Sourcefn ctor(
self,
cid: impl Into<Il2CppString>,
data: impl Into<Array<NexRanking_Data>>,
)
fn ctor( self, cid: impl Into<Il2CppString>, data: impl Into<Array<NexRanking_Data>>, )
.ctor(::unity::Il2CppString, ::unity::Array<crate::app::nexranking::NexRanking_Data>) overload
Sourcefn get_rating(self)
fn get_rating(self)
GetRating() 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§
impl<__T: INexRanking_DownloadSequence> INexRanking_DownloadSequenceMethods for __T
Available on crate feature
app-nexranking only.