pub struct OnSegmentedUnitDiedFilter;Implementations§
Source§impl LuaSegmentedUnitDiedEventFilter
impl LuaSegmentedUnitDiedEventFilter
pub const fn name(_value: &str) -> EventFilterEntry
Trait Implementations§
Source§impl Clone for LuaSegmentedUnitDiedEventFilter
impl Clone for LuaSegmentedUnitDiedEventFilter
Source§fn clone(&self) -> LuaSegmentedUnitDiedEventFilter
fn clone(&self) -> LuaSegmentedUnitDiedEventFilter
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 LuaSegmentedUnitDiedEventFilter
impl Eq for LuaSegmentedUnitDiedEventFilter
impl StructuralPartialEq for LuaSegmentedUnitDiedEventFilter
Auto Trait Implementations§
impl Freeze for LuaSegmentedUnitDiedEventFilter
impl RefUnwindSafe for LuaSegmentedUnitDiedEventFilter
impl Send for LuaSegmentedUnitDiedEventFilter
impl Sync for LuaSegmentedUnitDiedEventFilter
impl Unpin for LuaSegmentedUnitDiedEventFilter
impl UnsafeUnpin for LuaSegmentedUnitDiedEventFilter
impl UnwindSafe for LuaSegmentedUnitDiedEventFilter
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