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