[−][src]Struct screeps::objects::Spawning
Methods
impl Spawning
[src]
pub fn directions(&self) -> Vec<Direction>
[src]
pub fn name(&self) -> String
[src]
pub fn need_time(&self) -> u32
[src]
pub fn remaining_time(&self) -> u32
[src]
pub fn spawn(&self) -> StructureSpawn
[src]
impl Spawning
[src]
pub fn cancel(&self) -> ReturnCode
[src]
pub fn set_directions(&self, directions: &[Direction]) -> ReturnCode
[src]
Trait Implementations
impl FromExpectedType<Reference> for Spawning
[src]
fn from_expected_type(reference: Reference) -> Result<Self, ConversionError>
[src]
impl From<Spawning> for Reference
[src]
impl Clone for Spawning
[src]
fn clone(&self) -> Spawning
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl AsRef<Reference> for Spawning
[src]
impl TryFrom<Spawning> for Reference
[src]
type Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Spawning) -> Result<Self, Self::Error>
[src]
impl TryFrom<Reference> for Spawning
[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>
[src]
impl<'_r> TryFrom<&'_r Reference> for Spawning
[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>
[src]
impl TryFrom<Value> for Spawning
[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Value) -> Result<Self, Self::Error>
[src]
impl<'_r> TryFrom<&'_r Value> for Spawning
[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: &Value) -> Result<Self, Self::Error>
[src]
impl JsSerialize for Spawning
[src]
impl InstanceOf for Spawning
[src]
fn instance_of(reference: &Reference) -> bool
[src]
impl ReferenceType for Spawning
[src]
unsafe fn from_reference_unchecked(reference: Reference) -> Self
[src]
impl JsSerializeOwned for Spawning
[src]
fn into_js_owned<'_a>(value: &'_a mut Option<Self>) -> SerializedValue<'_a>
[src]
impl<'_r> JsSerializeOwned for &'_r Spawning
[src]
fn into_js_owned<'_a>(value: &'_a mut Option<Self>) -> SerializedValue<'_a>
[src]
Auto Trait Implementations
impl Unpin for Spawning
impl Sync for Spawning
impl Send for Spawning
impl RefUnwindSafe for Spawning
impl UnwindSafe for Spawning
Blanket Implementations
impl<T> FromExpectedType<Value> for T where
T: FromExpectedType<Reference>,
[src]
T: FromExpectedType<Reference>,
fn from_expected_type(Value) -> Result<T, ConversionError>
[src]
impl<T, U> IntoExpectedType<U> for T where
U: FromExpectedType<T>,
[src]
U: FromExpectedType<T>,
fn into_expected_type(Self) -> Result<U, ConversionError>
[src]
impl<T> From<T> for T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,