Skip to main content

IMapHistory_IdMap_1Methods

Trait IMapHistory_IdMap_1Methods 

Source
pub trait IMapHistory_IdMap_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self, capacity: i32)
       where Self: Sized { ... }
    fn entry(self, id: Il2CppString) -> i32
       where Self: Sized { ... }
    fn try_get(self, index: i32) -> Il2CppString
       where Self: Sized { ... }
    fn get_version(self) -> i32
       where Self: Sized { ... }
    fn on_serialize(self, stream: Stream_2)
       where Self: Sized { ... }
    fn on_deserialize(self, stream: Stream_2, version: i32)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn ctor(self, capacity: i32)
where Self: Sized,

Source

fn entry(self, id: Il2CppString) -> i32
where Self: Sized,

Source

fn try_get(self, index: i32) -> Il2CppString
where Self: Sized,

Source

fn get_version(self) -> i32
where Self: Sized,

Source

fn on_serialize(self, stream: Stream_2)
where Self: Sized,

Source

fn on_deserialize(self, stream: Stream_2, version: i32)
where Self: Sized,

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§