Struct ezomyte::StashedItem [] [src]

pub struct StashedItem { /* fields omitted */ }

Item placed in a stash tab.

Methods

impl StashedItem
[src]

[src]

The item in question.

Note: StashedItem can automatically Deref to the Item type, so you can also use the Item interface directly.

[src]

Label attached to the item, if any.

[src]

Optional cosmetic note attached to the item.

[src]

Optional exact price for the item.

[src]

Optional negotiable price for the item.

[src]

Position of the item ((x, y)) in the stash tab.

[src]

Horizontal offset of the item in the stash tab.

[src]

Vertical offset of the item in the stash tab.

[src]

Dimensions of the item ((width, height)) in stash tab tiles.

[src]

Width of the item in stash tab tiles.

[src]

Height of the item in stash tab tiles.

Methods from Deref<Target = Item>

[src]

Whether this item has an Elder-influenced base.

[src]

Whether this item has a Shaper-influenced base.

[src]

Whether this is a unique item.

[src]

Whether this item has been identified (or didn't need identification in the first place).

Important traits for Box<W>
[src]

Iterate over the item mods, if any.

Trait Implementations

impl Debug for StashedItem
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for StashedItem
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'de> Deserialize<'de> for StashedItem
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for StashedItem

impl !Sync for StashedItem