Skip to main content

IRelayProfileSequence_DownloadSequence

Trait IRelayProfileSequence_DownloadSequence 

Source
pub trait IRelayProfileSequence_DownloadSequence: IProcInst {
    // Provided methods
    fn m_principal_id(self) -> u64 { ... }
    fn set_m_principal_id(self, value: u64) { ... }
    fn m_player_ids(self) -> List_1<u64> { ... }
    fn set_m_player_ids(self, value: List_1<u64>) { ... }
    fn m_player_id_index(self) -> i32 { ... }
    fn set_m_player_id_index(self, value: i32) { ... }
    fn m_profiles(self) -> List_1<ProfileCard> { ... }
    fn set_m_profiles(self, value: List_1<ProfileCard>) { ... }
}

Provided Methods§

Source

fn m_principal_id(self) -> u64

Source

fn set_m_principal_id(self, value: u64)

Source

fn m_player_ids(self) -> List_1<u64>

Source

fn set_m_player_ids(self, value: List_1<u64>)

Source

fn m_player_id_index(self) -> i32

Source

fn set_m_player_id_index(self, value: i32)

Source

fn m_profiles(self) -> List_1<ProfileCard>

Source

fn set_m_profiles(self, value: List_1<ProfileCard>)

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§