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