[−][src]Trait screeps::objects::OwnedStructureProperties
Trait for all wrappers over Screeps JavaScript objects extending
the OwnedStructure
class.
Contracts
The reference returned by AsRef<Reference>::as_ref
must reference a
JavaScript object extending the OwnedStructure
class.
Provided methods
fn my(&self) -> bool
fn owner_name(&self) -> Option<String>
fn as_owned_structure(self) -> OwnedStructure where
Self: SizedRoomObject,
Self: SizedRoomObject,