Struct screeps::objects::Source [] [src]

pub struct Source(_);

Methods

impl Source
[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Performs the conversion.

impl From<Source> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for Source
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl RoomObjectProperties for Source
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Source

impl Sync for Source