Skip to main content

IRelayProfileSequence_DownloadSequenceMethods

Trait IRelayProfileSequence_DownloadSequenceMethods 

Source
pub trait IRelayProfileSequence_DownloadSequenceMethods: IRelayProfileSequence_DownloadSequence {
    // Provided methods
    fn ctor(
        self,
        principal_id: impl Into<u64>,
        player_ids: impl Into<List_1<u64>>,
    ) { ... }
    fn download(self) { ... }
    fn postdownload(self) { ... }
    fn next_player(self) { ... }
    fn sanitize(self) { ... }
    fn confirm_save(self) { ... }
    fn save(self) { ... }
}

Provided Methods§

Source

fn ctor(self, principal_id: impl Into<u64>, player_ids: impl Into<List_1<u64>>)

.ctor(u64, crate::system::collections::generic::list_1::List_1<u64>) overload

Source

fn download(self)

Download() overload

Source

fn postdownload(self)

Postdownload() overload

Source

fn next_player(self)

NextPlayer() overload

Source

fn sanitize(self)

Sanitize() overload

Source

fn confirm_save(self)

ConfirmSave() overload

Source

fn save(self)

Save() 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: IRelayProfileSequence_DownloadSequence> IRelayProfileSequence_DownloadSequenceMethods for __T

Available on crate feature app-relayprofilesequence only.