Struct screeps::objects::StructureTower [] [src]

pub struct StructureTower(_);

Trait Implementations

impl Clone for StructureTower
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<Reference> for StructureTower
[src]

[src]

Performs the conversion.

impl From<StructureTower> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for StructureTower
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl Transferable for StructureTower
[src]

impl Withdrawable for StructureTower
[src]

impl RoomObjectProperties for StructureTower
[src]

[src]

[src]

impl StructureProperties for StructureTower
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Usable on either owned structures or neutral structures in owned rooms, returns ReturnCode::NotOwner otherwise. Read more

[src]

impl OwnedStructureProperties for StructureTower
[src]

Auto Trait Implementations