pub struct DeliverImpactCombination {
pub deliver_category: &'static str,
pub impact_category: &'static str,
pub name: &'static str,
pub trigger_effect_item: LuaAny,
}Expand description
Minimal DeliverImpactCombination for data.extend.
type = "deliver-impact-combination" is injected by the Lua generator.
Fields§
§deliver_category: &'static strPrototype property deliver_category.
impact_category: &'static strPrototype property impact_category.
name: &'static strName of the deliver impact combination.
trigger_effect_item: LuaAnyPrototype property trigger_effect_item.
Trait Implementations§
Source§impl Clone for DeliverImpactCombination
impl Clone for DeliverImpactCombination
Source§fn clone(&self) -> DeliverImpactCombination
fn clone(&self) -> DeliverImpactCombination
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeliverImpactCombination
Source§impl Debug for DeliverImpactCombination
impl Debug for DeliverImpactCombination
Source§impl Default for DeliverImpactCombination
impl Default for DeliverImpactCombination
Source§fn default() -> DeliverImpactCombination
fn default() -> DeliverImpactCombination
Returns the “default value” for a type. Read more
impl Eq for DeliverImpactCombination
Source§impl PartialEq for DeliverImpactCombination
impl PartialEq for DeliverImpactCombination
impl StructuralPartialEq for DeliverImpactCombination
Auto Trait Implementations§
impl Freeze for DeliverImpactCombination
impl RefUnwindSafe for DeliverImpactCombination
impl Send for DeliverImpactCombination
impl Sync for DeliverImpactCombination
impl Unpin for DeliverImpactCombination
impl UnsafeUnpin for DeliverImpactCombination
impl UnwindSafe for DeliverImpactCombination
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