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