pub enum LuaSegmentedUnitDamagedEventFilterFilter {
Name,
OriginalDamageAmount,
FinalDamageAmount,
DamageType,
FinalHealth,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaSegmentedUnitDamagedEventFilterFilter
impl Clone for LuaSegmentedUnitDamagedEventFilterFilter
Source§fn clone(&self) -> LuaSegmentedUnitDamagedEventFilterFilter
fn clone(&self) -> LuaSegmentedUnitDamagedEventFilterFilter
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 LuaSegmentedUnitDamagedEventFilterFilter
impl Eq for LuaSegmentedUnitDamagedEventFilterFilter
Source§impl From<LuaSegmentedUnitDamagedEventFilterFilter> for LuaAny
impl From<LuaSegmentedUnitDamagedEventFilterFilter> for LuaAny
Source§fn from(_: LuaSegmentedUnitDamagedEventFilterFilter) -> Self
fn from(_: LuaSegmentedUnitDamagedEventFilterFilter) -> Self
Converts to this type from the input type.
Source§impl From<LuaSegmentedUnitDamagedEventFilterFilter> for &'static str
impl From<LuaSegmentedUnitDamagedEventFilterFilter> for &'static str
Source§fn from(value: LuaSegmentedUnitDamagedEventFilterFilter) -> Self
fn from(value: LuaSegmentedUnitDamagedEventFilterFilter) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for LuaSegmentedUnitDamagedEventFilterFilter
Auto Trait Implementations§
impl Freeze for LuaSegmentedUnitDamagedEventFilterFilter
impl RefUnwindSafe for LuaSegmentedUnitDamagedEventFilterFilter
impl Send for LuaSegmentedUnitDamagedEventFilterFilter
impl Sync for LuaSegmentedUnitDamagedEventFilterFilter
impl Unpin for LuaSegmentedUnitDamagedEventFilterFilter
impl UnsafeUnpin for LuaSegmentedUnitDamagedEventFilterFilter
impl UnwindSafe for LuaSegmentedUnitDamagedEventFilterFilter
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