Struct screeps::objects::Room [] [src]

pub struct Room(_);

Methods

impl Room
[src]

impl Room
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Performs the conversion.

impl From<Room> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for Room
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Room

impl Sync for Room