Skip to main content

IItemHoldingInfoWindowMethods

Trait IItemHoldingInfoWindowMethods 

Source
pub trait IItemHoldingInfoWindowMethods: IItemHoldingInfoWindow {
    // Provided methods
    fn start(self) { ... }
    fn close(self) { ... }
    fn set_data(self, unit_item: impl Into<UnitItem>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn close(self)

Close() overload

Source

fn set_data(self, unit_item: impl Into<UnitItem>)

SetData(crate::app::unititem::UnitItem) 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: IItemHoldingInfoWindow> IItemHoldingInfoWindowMethods for __T

Available on crate feature app-itemholdinginfowindow only.