Skip to main content

IRelayShowDataSequence

Trait IRelayShowDataSequence 

Source
pub trait IRelayShowDataSequence: IProcInst {
    // Provided methods
    fn m_meta_data(self) -> RelayServerMetaData { ... }
    fn set_m_meta_data(self, value: RelayServerMetaData) { ... }
    fn m_mode(self) -> RelayShowDataDialog_Mode { ... }
    fn set_m_mode(self, value: RelayShowDataDialog_Mode) { ... }
    fn m_is_new_play(self) -> bool { ... }
    fn set_m_is_new_play(self, value: bool) { ... }
}

Provided Methods§

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§