Struct screeps::objects::Flag [] [src]

pub struct Flag(_);

Trait Implementations

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

[src]

Performs the conversion.

impl From<Flag> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for Flag
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl RoomObjectProperties for Flag
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag