Struct rpgmxp_types::move_command::MoveCommand
source · pub struct MoveCommand {
pub parameters: Vec<EventCommandParameter>,
pub code: i32,
}
Fields§
§parameters: Vec<EventCommandParameter>
§code: i32
Trait Implementations§
source§impl Debug for MoveCommand
impl Debug for MoveCommand
source§impl<'de> Deserialize<'de> for MoveCommand
impl<'de> Deserialize<'de> for MoveCommand
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'a> FromValue<'a> for MoveCommand
impl<'a> FromValue<'a> for MoveCommand
source§fn from_value(
ctx: &FromValueContext<'a>,
value: &Value,
) -> Result<Self, FromValueError>
fn from_value( ctx: &FromValueContext<'a>, value: &Value, ) -> Result<Self, FromValueError>
Create this type from the given value from the [
ValueArena
]. Read moresource§impl IntoValue for MoveCommand
impl IntoValue for MoveCommand
source§fn into_value(
self,
arena: &mut ValueArena,
) -> Result<ValueHandle, IntoValueError>
fn into_value( self, arena: &mut ValueArena, ) -> Result<ValueHandle, IntoValueError>
Turn this type into a Ruby Value.
Auto Trait Implementations§
impl Freeze for MoveCommand
impl RefUnwindSafe for MoveCommand
impl Send for MoveCommand
impl Sync for MoveCommand
impl Unpin for MoveCommand
impl UnwindSafe for MoveCommand
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more