Struct screeps::objects::StructureWall [] [src]

pub struct StructureWall(_);

Trait Implementations

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

[src]

Performs the conversion.

impl From<StructureWall> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for StructureWall
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl RoomObjectProperties for StructureWall
[src]

[src]

[src]

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

Auto Trait Implementations

impl Send for StructureWall

impl Sync for StructureWall