pub trait INexVersus_UploadReportMetaSequenceMethods: INexVersus_UploadReportMetaSequence {
// Provided methods
fn ctor(
self,
data: impl Into<VersusServerReportMetaData>,
type: impl Into<NexVersus_UploadType>,
) { ... }
fn postlogin(self) { ... }
fn upload(self) { ... }
fn upload_new(self) { ... }
fn upload_overwrite(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
data: impl Into<VersusServerReportMetaData>,
type: impl Into<NexVersus_UploadType>,
)
fn ctor( self, data: impl Into<VersusServerReportMetaData>, type: impl Into<NexVersus_UploadType>, )
.ctor(crate::app::versusserverreportmetadata::VersusServerReportMetaData, crate::app::nexversus::NexVersus_UploadType) overload
Sourcefn upload_new(self)
fn upload_new(self)
UploadNew() overload
Sourcefn upload_overwrite(self)
fn upload_overwrite(self)
UploadOverwrite() 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§
impl<__T: INexVersus_UploadReportMetaSequence> INexVersus_UploadReportMetaSequenceMethods for __T
Available on crate feature
app-nexversus only.