pub enum LuaPostSegmentedUnitDiedEventFilterFilter {
Name,
}Variants§
Name
Implementations§
Trait Implementations§
Source§impl Clone for LuaPostSegmentedUnitDiedEventFilterFilter
impl Clone for LuaPostSegmentedUnitDiedEventFilterFilter
Source§fn clone(&self) -> LuaPostSegmentedUnitDiedEventFilterFilter
fn clone(&self) -> LuaPostSegmentedUnitDiedEventFilterFilter
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 LuaPostSegmentedUnitDiedEventFilterFilter
Source§impl Default for LuaPostSegmentedUnitDiedEventFilterFilter
impl Default for LuaPostSegmentedUnitDiedEventFilterFilter
Source§fn default() -> LuaPostSegmentedUnitDiedEventFilterFilter
fn default() -> LuaPostSegmentedUnitDiedEventFilterFilter
Returns the “default value” for a type. Read more
impl Eq for LuaPostSegmentedUnitDiedEventFilterFilter
Source§impl From<LuaPostSegmentedUnitDiedEventFilterFilter> for &'static str
impl From<LuaPostSegmentedUnitDiedEventFilterFilter> for &'static str
Source§fn from(value: LuaPostSegmentedUnitDiedEventFilterFilter) -> &'static str
fn from(value: LuaPostSegmentedUnitDiedEventFilterFilter) -> &'static str
Converts to this type from the input type.
impl StructuralPartialEq for LuaPostSegmentedUnitDiedEventFilterFilter
Auto Trait Implementations§
impl Freeze for LuaPostSegmentedUnitDiedEventFilterFilter
impl RefUnwindSafe for LuaPostSegmentedUnitDiedEventFilterFilter
impl Send for LuaPostSegmentedUnitDiedEventFilterFilter
impl Sync for LuaPostSegmentedUnitDiedEventFilterFilter
impl Unpin for LuaPostSegmentedUnitDiedEventFilterFilter
impl UnsafeUnpin for LuaPostSegmentedUnitDiedEventFilterFilter
impl UnwindSafe for LuaPostSegmentedUnitDiedEventFilterFilter
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