pub trait IVersusSendReportSequenceMethods: IVersusSendReportSequence {
// Provided methods
fn ctor(
self,
info: impl Into<VersusSendReportSequence_UploadInfo>,
end_callback: impl Into<VersusSendReportSequence_EndCallback>,
) { ... }
fn send_report(self) { ... }
fn add_list(self) { ... }
fn get_result(self) -> (NexVersus_Results, Il2CppString) { ... }
fn branch(self) { ... }
fn invoke(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
info: impl Into<VersusSendReportSequence_UploadInfo>,
end_callback: impl Into<VersusSendReportSequence_EndCallback>,
)
fn ctor( self, info: impl Into<VersusSendReportSequence_UploadInfo>, end_callback: impl Into<VersusSendReportSequence_EndCallback>, )
.ctor(crate::app::versussendreportsequence::VersusSendReportSequence_UploadInfo, crate::app::versussendreportsequence::VersusSendReportSequence_EndCallback) overload
Sourcefn send_report(self)
fn send_report(self)
SendReport() overload
Sourcefn get_result(self) -> (NexVersus_Results, Il2CppString)
fn get_result(self) -> (NexVersus_Results, Il2CppString)
GetResult(*mut::unity::Il2CppString) 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: IVersusSendReportSequence> IVersusSendReportSequenceMethods for __T
Available on crate feature
app-versussendreportsequence only.