Skip to main content

INexRelay_DownloadMetaSequenceMethods

Trait INexRelay_DownloadMetaSequenceMethods 

Source
pub trait INexRelay_DownloadMetaSequenceMethods: INexRelay_DownloadMetaSequence {
    // Provided methods
    fn ctor(
        self,
        data_ids: impl Into<List_1<u64>>,
        results: impl Into<List_1<RelayServerMetaData>>,
    ) { ... }
    fn ctor_2(
        self,
        data_code: impl Into<Il2CppString>,
        result: impl Into<RelayServerMetaData>,
    ) { ... }
    fn postlogin(self) { ... }
    fn get_meta_info(self) { ... }
}

Provided Methods§

Source

fn ctor( self, data_ids: impl Into<List_1<u64>>, results: impl Into<List_1<RelayServerMetaData>>, )

.ctor(crate::system::collections::generic::list_1::List_1<u64>, crate::system::collections::generic::list_1::List_1<crate::app::relayservermetadata::RelayServerMetaData>) overload

Source

fn ctor_2( self, data_code: impl Into<Il2CppString>, result: impl Into<RelayServerMetaData>, )

.ctor(::unity::Il2CppString, crate::app::relayservermetadata::RelayServerMetaData) overload

Source

fn postlogin(self)

Postlogin() overload

Source

fn get_meta_info(self)

GetMetaInfo() 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: INexRelay_DownloadMetaSequence> INexRelay_DownloadMetaSequenceMethods for __T

Available on crate feature app-nexrelay only.