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