Struct screeps::objects::ConstructionSite
[−]
[src]
pub struct ConstructionSite(_);
Trait Implementations
impl Clone for ConstructionSite
[src]
fn clone(&self) -> ConstructionSite
[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 ConstructionSite
[src]
impl From<ConstructionSite> for Reference
[src]
fn from(wrapper: ConstructionSite) -> Reference
[src]
Performs the conversion.
impl TryFrom<Value> for ConstructionSite
[src]
type Error = <Value as TryInto<Reference>>::Error
The type returned in the event of a conversion error.
fn try_from(v: Value) -> Result<ConstructionSite, Self::Error>
[src]
Performs the conversion.