pub trait IMapHistory_IdMapBase_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(self, capacity: i32)
where Self: Sized { ... }
fn entry_internal(self, id: Il2CppString) -> i32
where Self: Sized { ... }
fn entry_internal_2(self, id: Il2CppString, index: u8) -> i32
where Self: Sized { ... }
fn get_next_index(self) -> u8
where Self: Sized { ... }
fn clear(self)
where Self: Sized { ... }
fn try_get_internal(self, index: i32) -> Il2CppString
where Self: Sized { ... }
fn dbg_error(self, message: Il2CppString)
where Self: Sized { ... }
}Provided Methods§
fn ctor(self, capacity: i32)where
Self: Sized,
fn entry_internal(self, id: Il2CppString) -> i32where
Self: Sized,
fn entry_internal_2(self, id: Il2CppString, index: u8) -> i32where
Self: Sized,
fn get_next_index(self) -> u8where
Self: Sized,
fn clear(self)where
Self: Sized,
fn try_get_internal(self, index: i32) -> Il2CppStringwhere
Self: Sized,
fn dbg_error(self, message: Il2CppString)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.