Struct screeps::objects::RoomObject [] [src]

pub struct RoomObject(_);

Trait Implementations

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

[src]

Performs the conversion.

impl From<RoomObject> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for RoomObject
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl RoomObjectProperties for RoomObject
[src]

[src]

[src]

Auto Trait Implementations

impl Send for RoomObject

impl Sync for RoomObject