[][src]Struct rusty_screeps::data::Spawn

pub struct Spawn { /* fields omitted */ }

Methods

impl Spawn[src]

pub fn from(spawn: StructureSpawn) -> Spawn[src]

pub fn refresh(&mut self, spawn: StructureSpawn)[src]

pub fn name(&self) -> &str[src]

pub fn pos(&self) -> &RoomPosition[src]

pub fn room(&self) -> &Room[src]

pub fn room_id(&self) -> &RoomName[src]

pub fn energy(&self) -> u32[src]

pub fn energy_capacity(&self) -> u32[src]

pub fn spawn_job_creep(&self, body: &[Part], job: Job) -> ReturnCode[src]

Auto Trait Implementations

impl Send for Spawn

impl Sync for Spawn

impl Unpin for Spawn

impl RefUnwindSafe for Spawn

impl UnwindSafe for Spawn

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> IntoExpectedType<U> for T where
    U: FromExpectedType<T>,