pub enum SimulationWidgetType {
Show 21 variants
SignalId,
SignalIdBase,
SignalOrNumber,
SimpleSlot,
SimpleItemSlot,
RecipeSlot,
QuickbarSlot,
LogisticsButton,
LogisticsButtonSpace,
TextButtonLocalisedSubstring,
TextButton,
TextButtonSubstring,
InventoryLimitSlotButton,
TrainScheduleActionButton,
ChooseButton,
Textfield,
ItemGroupTab,
DropDown,
CheckBox,
Switch,
Label,
}Variants§
SignalId
SignalIdBase
SignalOrNumber
SimpleSlot
SimpleItemSlot
RecipeSlot
QuickbarSlot
LogisticsButton
LogisticsButtonSpace
TextButtonLocalisedSubstring
TextButton
TextButtonSubstring
InventoryLimitSlotButton
TrainScheduleActionButton
ChooseButton
Textfield
ItemGroupTab
DropDown
CheckBox
Switch
Label
Implementations§
Trait Implementations§
Source§impl Clone for SimulationWidgetType
impl Clone for SimulationWidgetType
Source§fn clone(&self) -> SimulationWidgetType
fn clone(&self) -> SimulationWidgetType
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 SimulationWidgetType
Source§impl Debug for SimulationWidgetType
impl Debug for SimulationWidgetType
Source§impl Default for SimulationWidgetType
impl Default for SimulationWidgetType
impl Eq for SimulationWidgetType
Source§impl From<SimulationWidgetType> for LuaAny
impl From<SimulationWidgetType> for LuaAny
Source§fn from(_: SimulationWidgetType) -> Self
fn from(_: SimulationWidgetType) -> Self
Converts to this type from the input type.
Source§impl From<SimulationWidgetType> for &'static str
impl From<SimulationWidgetType> for &'static str
Source§fn from(value: SimulationWidgetType) -> Self
fn from(value: SimulationWidgetType) -> Self
Converts to this type from the input type.
Source§impl Hash for SimulationWidgetType
impl Hash for SimulationWidgetType
Source§impl PartialEq for SimulationWidgetType
impl PartialEq for SimulationWidgetType
Source§impl PartialEq<&str> for SimulationWidgetType
impl PartialEq<&str> for SimulationWidgetType
Source§impl PartialEq<SimulationWidgetType> for &str
impl PartialEq<SimulationWidgetType> for &str
impl StructuralPartialEq for SimulationWidgetType
Auto Trait Implementations§
impl Freeze for SimulationWidgetType
impl RefUnwindSafe for SimulationWidgetType
impl Send for SimulationWidgetType
impl Sync for SimulationWidgetType
impl Unpin for SimulationWidgetType
impl UnsafeUnpin for SimulationWidgetType
impl UnwindSafe for SimulationWidgetType
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