Skip to main content

IVersusSendReportSequenceMethods

Trait IVersusSendReportSequenceMethods 

Source
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§

Source

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

Source

fn send_report(self)

SendReport() overload

Source

fn add_list(self)

AddList() overload

Source

fn get_result(self) -> (NexVersus_Results, Il2CppString)

GetResult(*mut::unity::Il2CppString) overload

Source

fn branch(self)

Branch() overload

Source

fn invoke(self)

Invoke() 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: IVersusSendReportSequence> IVersusSendReportSequenceMethods for __T

Available on crate feature app-versussendreportsequence only.