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