pub trait IHubSequence_AreaStringMethods: IHubSequence_AreaString {
// Provided methods
fn push(self, value: impl Into<Il2CppString>) { ... }
fn pop(self, value: impl Into<Il2CppString>) { ... }
fn clear(self) { ... }
fn to_string(self) -> Il2CppString { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn push(self, value: impl Into<Il2CppString>)
fn push(self, value: impl Into<Il2CppString>)
Push(::unity::Il2CppString) overload
Sourcefn pop(self, value: impl Into<Il2CppString>)
fn pop(self, value: impl Into<Il2CppString>)
Pop(::unity::Il2CppString) overload
Sourcefn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() 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: IHubSequence_AreaString> IHubSequence_AreaStringMethods for __T
Available on crate feature
app-hubsequence only.