Struct screeps::objects::StructureStorage [] [src]

pub struct StructureStorage(_);

Trait Implementations

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

[src]

Performs the conversion.

impl From<StructureStorage> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for StructureStorage
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl Transferable for StructureStorage
[src]

impl Withdrawable for StructureStorage
[src]

impl RoomObjectProperties for StructureStorage
[src]

[src]

[src]

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

impl HasStore for StructureStorage
[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations