Struct screeps::objects::StructureLink [] [src]

pub struct StructureLink(_);

Trait Implementations

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

[src]

Performs the conversion.

impl From<StructureLink> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for StructureLink
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl Transferable for StructureLink
[src]

impl Withdrawable for StructureLink
[src]

impl RoomObjectProperties for StructureLink
[src]

[src]

[src]

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

Auto Trait Implementations

impl Send for StructureLink

impl Sync for StructureLink