pub enum UndoRedoActionType {
BuiltEntity,
BuiltTile,
CopyEntitySettings,
RemovedEntity,
RemovedTile,
UpgradedEntity,
UpgradedModules,
WireAdded,
WireRemoved,
RotatedEntity,
}Variants§
BuiltEntity
BuiltTile
CopyEntitySettings
RemovedEntity
RemovedTile
UpgradedEntity
UpgradedModules
WireAdded
WireRemoved
RotatedEntity
Implementations§
Trait Implementations§
Source§impl Clone for UndoRedoActionType
impl Clone for UndoRedoActionType
Source§fn clone(&self) -> UndoRedoActionType
fn clone(&self) -> UndoRedoActionType
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 UndoRedoActionType
Source§impl Debug for UndoRedoActionType
impl Debug for UndoRedoActionType
Source§impl Default for UndoRedoActionType
impl Default for UndoRedoActionType
impl Eq for UndoRedoActionType
Source§impl From<UndoRedoActionType> for LuaAny
impl From<UndoRedoActionType> for LuaAny
Source§fn from(_: UndoRedoActionType) -> Self
fn from(_: UndoRedoActionType) -> Self
Converts to this type from the input type.
Source§impl From<UndoRedoActionType> for &'static str
impl From<UndoRedoActionType> for &'static str
Source§fn from(value: UndoRedoActionType) -> Self
fn from(value: UndoRedoActionType) -> Self
Converts to this type from the input type.
Source§impl Hash for UndoRedoActionType
impl Hash for UndoRedoActionType
Source§impl PartialEq for UndoRedoActionType
impl PartialEq for UndoRedoActionType
Source§impl PartialEq<&str> for UndoRedoActionType
impl PartialEq<&str> for UndoRedoActionType
Source§impl PartialEq<UndoRedoActionType> for &str
impl PartialEq<UndoRedoActionType> for &str
impl StructuralPartialEq for UndoRedoActionType
Auto Trait Implementations§
impl Freeze for UndoRedoActionType
impl RefUnwindSafe for UndoRedoActionType
impl Send for UndoRedoActionType
impl Sync for UndoRedoActionType
impl Unpin for UndoRedoActionType
impl UnsafeUnpin for UndoRedoActionType
impl UnwindSafe for UndoRedoActionType
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