Skip to main content

INexVersus_UploadReportMetaSequence

Trait INexVersus_UploadReportMetaSequence 

Source
pub trait INexVersus_UploadReportMetaSequence: INexVersus_NexSequenceBase {
    // Provided methods
    fn m_meta_data(self) -> VersusServerReportMetaData { ... }
    fn set_m_meta_data(self, value: VersusServerReportMetaData) { ... }
    fn m_type(self) -> NexVersus_UploadType { ... }
    fn set_m_type(self, value: NexVersus_UploadType) { ... }
}

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§