Skip to main content

IRelayShowDataSequenceMethods

Trait IRelayShowDataSequenceMethods 

Source
pub trait IRelayShowDataSequenceMethods: IRelayShowDataSequence {
    // Provided methods
    fn ctor(
        self,
        mode: impl Into<RelayShowDataDialog_Mode>,
        meta_data: impl Into<RelayServerMetaData>,
        is_new_play: impl Into<bool>,
    ) { ... }
    fn is_skip_tutorial(self) -> bool { ... }
    fn show(self) { ... }
    fn is_set_publish_mode(self) -> bool { ... }
    fn set_publish_mode(self) { ... }
}

Provided Methods§

Source

fn ctor( self, mode: impl Into<RelayShowDataDialog_Mode>, meta_data: impl Into<RelayServerMetaData>, is_new_play: impl Into<bool>, )

.ctor(crate::app::relayshowdatadialog::RelayShowDataDialog_Mode, crate::app::relayservermetadata::RelayServerMetaData, bool) overload

Source

fn is_skip_tutorial(self) -> bool

IsSkipTutorial() overload

Source

fn show(self)

Show() overload

Source

fn is_set_publish_mode(self) -> bool

IsSetPublishMode() overload

Source

fn set_publish_mode(self)

SetPublishMode() 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: IRelayShowDataSequence> IRelayShowDataSequenceMethods for __T

Available on crate feature app-relayshowdatasequence only.