Skip to main content

INexVersus_SearchSequenceMethods

Trait INexVersus_SearchSequenceMethods 

Source
pub trait INexVersus_SearchSequenceMethods: INexVersus_SearchSequence {
    // Provided methods
    fn ctor(
        self,
        results: impl Into<List_1<VersusServerRankedMetaData>>,
        data_type: impl Into<u16>,
    ) { ... }
    fn search(self) { ... }
    fn postlogin(self) { ... }
}

Provided Methods§

Source

fn ctor( self, results: impl Into<List_1<VersusServerRankedMetaData>>, data_type: impl Into<u16>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::versusserverrankedmetadata::VersusServerRankedMetaData>, u16) overload

Source

fn search(self)

Search() overload

Source

fn postlogin(self)

Postlogin() 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: INexVersus_SearchSequence> INexVersus_SearchSequenceMethods for __T

Available on crate feature app-nexversus only.