Struct screeps::objects::StructureContainer [] [src]

pub struct StructureContainer(_);

Methods

impl StructureContainer
[src]

[src]

Trait Implementations

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

[src]

Performs the conversion.

impl From<StructureContainer> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for StructureContainer
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl Transferable for StructureContainer
[src]

impl Withdrawable for StructureContainer
[src]

impl RoomObjectProperties for StructureContainer
[src]

[src]

[src]

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

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations