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