pub struct ScriptRaisedDestroyFilter;Implementations§
Source§impl LuaScriptRaisedDestroyEventFilter
impl LuaScriptRaisedDestroyEventFilter
pub const fn ghost() -> EventFilterEntry
pub const fn rail() -> EventFilterEntry
pub const fn rail_signal() -> EventFilterEntry
pub const fn rolling_stock() -> EventFilterEntry
pub const fn robot_with_logistics_interface() -> EventFilterEntry
pub const fn vehicle() -> EventFilterEntry
pub const fn turret() -> EventFilterEntry
pub const fn crafting_machine() -> EventFilterEntry
pub const fn wall_connectable() -> EventFilterEntry
pub const fn transport_belt_connectable() -> EventFilterEntry
pub const fn circuit_network_connectable() -> EventFilterEntry
pub const fn ghost_name(_value: &str) -> EventFilterEntry
pub const fn ghost_type(_value: &str) -> EventFilterEntry
pub const fn name(_value: &str) -> EventFilterEntry
pub const fn type_(_value: &str) -> EventFilterEntry
Trait Implementations§
Source§impl Clone for LuaScriptRaisedDestroyEventFilter
impl Clone for LuaScriptRaisedDestroyEventFilter
Source§fn clone(&self) -> LuaScriptRaisedDestroyEventFilter
fn clone(&self) -> LuaScriptRaisedDestroyEventFilter
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 LuaScriptRaisedDestroyEventFilter
impl Eq for LuaScriptRaisedDestroyEventFilter
impl StructuralPartialEq for LuaScriptRaisedDestroyEventFilter
Auto Trait Implementations§
impl Freeze for LuaScriptRaisedDestroyEventFilter
impl RefUnwindSafe for LuaScriptRaisedDestroyEventFilter
impl Send for LuaScriptRaisedDestroyEventFilter
impl Sync for LuaScriptRaisedDestroyEventFilter
impl Unpin for LuaScriptRaisedDestroyEventFilter
impl UnsafeUnpin for LuaScriptRaisedDestroyEventFilter
impl UnwindSafe for LuaScriptRaisedDestroyEventFilter
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