Struct screeps::objects::Flag
[−]
[src]
pub struct Flag(_);
Trait Implementations
impl Clone for Flag[src]
fn clone(&self) -> Flag[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl AsRef<Reference> for Flag[src]
impl TryFrom<Value> for Flag[src]
type Error = <Value as TryInto<Reference>>::Error
The type returned in the event of a conversion error.
fn try_from(v: Value) -> Result<Flag, Self::Error>[src]
Performs the conversion.