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
Source§impl Default for LuaSegmentedUnitDamagedEventFilterFilter
impl Default for LuaSegmentedUnitDamagedEventFilterFilter
Source§fn default() -> LuaSegmentedUnitDamagedEventFilterFilter
fn default() -> LuaSegmentedUnitDamagedEventFilterFilter
Returns the “default value” for a type. Read more
impl Eq for LuaSegmentedUnitDamagedEventFilterFilter
Source§impl From<LuaSegmentedUnitDamagedEventFilterFilter> for &'static str
impl From<LuaSegmentedUnitDamagedEventFilterFilter> for &'static str
Source§fn from(value: LuaSegmentedUnitDamagedEventFilterFilter) -> &'static str
fn from(value: LuaSegmentedUnitDamagedEventFilterFilter) -> &'static str
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