Skip to main content

IVersusSendReportSequence_UploadInfoMethods

Trait IVersusSendReportSequence_UploadInfoMethods 

Source
pub trait IVersusSendReportSequence_UploadInfoMethods: IVersusSendReportSequence_UploadInfo {
    // Provided methods
    fn set_data_id(self, value: impl Into<u64>) { ... }
    fn get_data_id(self) -> u64 { ... }
    fn set_screen_shot_id(self, value: impl Into<u64>) { ... }
    fn get_screen_shot_id(self) -> u64 { ... }
    fn set_reason(self, value: impl Into<Il2CppString>) { ... }
    fn get_reason(self) -> Il2CppString { ... }
    fn set_principal_id(self, value: impl Into<u64>) { ... }
    fn get_principal_id(self) -> u64 { ... }
    fn set_language(self, value: impl Into<Il2CppString>) { ... }
    fn get_language(self) -> Il2CppString { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_data_id(self, value: impl Into<u64>)

set_DataId(u64) overload

Source

fn get_data_id(self) -> u64

get_DataId() overload

Source

fn set_screen_shot_id(self, value: impl Into<u64>)

set_ScreenShotId(u64) overload

Source

fn get_screen_shot_id(self) -> u64

get_ScreenShotId() overload

Source

fn set_reason(self, value: impl Into<Il2CppString>)

set_Reason(::unity::Il2CppString) overload

Source

fn get_reason(self) -> Il2CppString

get_Reason() overload

Source

fn set_principal_id(self, value: impl Into<u64>)

set_PrincipalId(u64) overload

Source

fn get_principal_id(self) -> u64

get_PrincipalId() overload

Source

fn set_language(self, value: impl Into<Il2CppString>)

set_Language(::unity::Il2CppString) overload

Source

fn get_language(self) -> Il2CppString

get_Language() overload

Source

fn ctor(self)

.ctor() 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_UploadInfo> IVersusSendReportSequence_UploadInfoMethods for __T

Available on crate feature app-versussendreportsequence only.