[][src]Trait screeps::objects::Withdrawable

pub unsafe trait Withdrawable: RoomObjectProperties { }

Trait for all wrappers over Screeps JavaScript objects which can be the target of Creep.withdraw.

Contracts

The reference returned from AsRef<Reference>::as_ref must be a valid target for Creep.withdraw.

Implementors

impl Withdrawable for StructureContainer[src]

impl Withdrawable for StructureExtension[src]

impl Withdrawable for StructureLab[src]

impl Withdrawable for StructureLink[src]

impl Withdrawable for StructurePowerSpawn[src]

impl Withdrawable for StructureSpawn[src]

impl Withdrawable for StructureStorage[src]

impl Withdrawable for StructureTerminal[src]

impl Withdrawable for StructureTower[src]

impl Withdrawable for Tombstone[src]

Loading content...