Struct screeps::objects::RoomPosition [] [src]

pub struct RoomPosition(_);

Methods

impl RoomPosition
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: HasPosition> PartialEq<T> for RoomPosition
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for RoomPosition
[src]

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

[src]

Performs the conversion.

impl From<RoomPosition> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for RoomPosition
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl HasPosition for RoomPosition
[src]

[src]

Auto Trait Implementations

impl Send for RoomPosition

impl Sync for RoomPosition