Skip to main content

IShopUnitSelectStatusMethods

Trait IShopUnitSelectStatusMethods 

Source
pub trait IShopUnitSelectStatusMethods: IShopUnitSelectStatus {
    // Provided methods
    fn ctor(self) { ... }
    fn open(self) { ... }
    fn close(self) { ... }
    fn set_unit(self, unit: impl Into<Unit>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn open(self)

Open() overload

Source

fn close(self)

Close() overload

Source

fn set_unit(self, unit: impl Into<Unit>)

SetUnit(crate::app::unit::Unit) 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: IShopUnitSelectStatus> IShopUnitSelectStatusMethods for __T

Available on crate feature app-shopunitselectstatus only.