Struct screeps::objects::Resource [] [src]

pub struct Resource(_);

Methods

impl Resource
[src]

impl Resource
[src]

[src]

Trait Implementations

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

[src]

Performs the conversion.

impl From<Resource> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for Resource
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl RoomObjectProperties for Resource
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Resource

impl Sync for Resource