Skip to main content

IVersusMyInfoContentMethods

Trait IVersusMyInfoContentMethods 

Source
pub trait IVersusMyInfoContentMethods: IVersusMyInfoContent {
    // Provided methods
    fn destroy(self) { ... }
    fn initialize(self) { ... }
    fn play_out(self) { ... }
    fn play_in_casual(self, my_id_casual: impl Into<Il2CppString>) { ... }
    fn play_in_ranked(
        self,
        my_id_ranked: impl Into<Il2CppString>,
        my_rank: impl Into<Il2CppString>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn destroy(self)

Destroy() overload

Source

fn initialize(self)

initialize() overload

Source

fn play_out(self)

PlayOut() overload

Source

fn play_in_casual(self, my_id_casual: impl Into<Il2CppString>)

PlayInCasual(::unity::Il2CppString) overload

Source

fn play_in_ranked( self, my_id_ranked: impl Into<Il2CppString>, my_rank: impl Into<Il2CppString>, )

PlayInRanked(::unity::Il2CppString, ::unity::Il2CppString) 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: IVersusMyInfoContent> IVersusMyInfoContentMethods for __T

Available on crate feature app-versusmyinfocontent only.