pub trait IVersusSequence_ProfileDownloadSequenceMethods: IVersusSequence_ProfileDownloadSequence {
// Provided methods
fn ctor(self, replay_meta_data: impl Into<VersusServerReplayMetaData>) { ... }
fn try_get_opponent_info(self) -> (bool, Il2CppString, u64) { ... }
fn download(self) { ... }
fn post_download(self) { ... }
fn sanitize(self) { ... }
fn open_dialog(self) { ... }
fn save(self) { ... }
}Provided Methods§
Sourcefn ctor(self, replay_meta_data: impl Into<VersusServerReplayMetaData>)
fn ctor(self, replay_meta_data: impl Into<VersusServerReplayMetaData>)
.ctor(crate::app::versusserverreplaymetadata::VersusServerReplayMetaData) overload
Sourcefn try_get_opponent_info(self) -> (bool, Il2CppString, u64)
fn try_get_opponent_info(self) -> (bool, Il2CppString, u64)
TryGetOpponentInfo(*mut::unity::Il2CppString, *mutu64) overload
Sourcefn post_download(self)
fn post_download(self)
PostDownload() overload
Sourcefn open_dialog(self)
fn open_dialog(self)
OpenDialog() 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: IVersusSequence_ProfileDownloadSequence> IVersusSequence_ProfileDownloadSequenceMethods for __T
Available on crate feature
app-versussequence only.