Skip to main content

IHubSequence_AreaStringMethods

Trait IHubSequence_AreaStringMethods 

Source
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§

Source

fn push(self, value: impl Into<Il2CppString>)

Push(::unity::Il2CppString) overload

Source

fn pop(self, value: impl Into<Il2CppString>)

Pop(::unity::Il2CppString) overload

Source

fn clear(self)

Clear() overload

Source

fn to_string(self) -> Il2CppString

ToString() overload

Source

fn ctor(self)

.ctor() 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: IHubSequence_AreaString> IHubSequence_AreaStringMethods for __T

Available on crate feature app-hubsequence only.