Struct screeps::objects::StructurePowerBank [] [src]

pub struct StructurePowerBank(_);

Trait Implementations

impl Clone for StructurePowerBank
[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 StructurePowerBank
[src]

[src]

Performs the conversion.

impl From<StructurePowerBank> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for StructurePowerBank
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl RoomObjectProperties for StructurePowerBank
[src]

[src]

[src]

impl StructureProperties for StructurePowerBank
[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 StructurePowerBank
[src]

Auto Trait Implementations