pub trait IVersusSequence_VersusSequenceNet_UploadEditMapSequenceMethods: IVersusSequence_VersusSequenceNet_UploadEditMapSequence {
// Provided methods
fn ctor(self, is_new_upload: impl Into<bool>) { ... }
fn upload_edit_map(self) -> IEnumerator { ... }
fn post_upload_edit_map(self) { ... }
fn upload_replay_datas(self) -> IEnumerator { ... }
fn upload_replay(self, slot_id: impl Into<u16>) { ... }
fn post_upload_replay(self) { ... }
fn set_result_2(self) { ... }
fn print_error(self) { ... }
}Provided Methods§
Sourcefn upload_edit_map(self) -> IEnumerator
fn upload_edit_map(self) -> IEnumerator
UploadEditMap() overload
Sourcefn post_upload_edit_map(self)
fn post_upload_edit_map(self)
PostUploadEditMap() overload
Sourcefn upload_replay_datas(self) -> IEnumerator
fn upload_replay_datas(self) -> IEnumerator
UploadReplayDatas() overload
Sourcefn upload_replay(self, slot_id: impl Into<u16>)
fn upload_replay(self, slot_id: impl Into<u16>)
UploadReplay(u16) overload
Sourcefn post_upload_replay(self)
fn post_upload_replay(self)
PostUploadReplay() overload
Sourcefn set_result_2(self)
fn set_result_2(self)
SetResult() overload
Sourcefn print_error(self)
fn print_error(self)
PrintError() 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_VersusSequenceNet_UploadEditMapSequence> IVersusSequence_VersusSequenceNet_UploadEditMapSequenceMethods for __T
Available on crate feature
app-versussequence only.