pub struct AddRecordData {
pub allows_unloading: bool,
pub created_by_interrupt: bool,
pub index: LuaAny,
pub rail: LuaEntity,
pub rail_direction: &'static str,
pub station: &'static str,
pub temporary: bool,
pub wait_conditions: &'static [LuaAny],
}Fields§
§allows_unloading: bool§created_by_interrupt: bool§index: LuaAny§rail: LuaEntity§rail_direction: &'static str§station: &'static str§temporary: bool§wait_conditions: &'static [LuaAny]Trait Implementations§
Source§impl Clone for AddRecordData
impl Clone for AddRecordData
Source§fn clone(&self) -> AddRecordData
fn clone(&self) -> AddRecordData
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 AddRecordData
Source§impl Debug for AddRecordData
impl Debug for AddRecordData
Source§impl Default for AddRecordData
impl Default for AddRecordData
Source§fn default() -> AddRecordData
fn default() -> AddRecordData
Returns the “default value” for a type. Read more
Source§impl PartialEq for AddRecordData
impl PartialEq for AddRecordData
impl StructuralPartialEq for AddRecordData
Auto Trait Implementations§
impl Freeze for AddRecordData
impl RefUnwindSafe for AddRecordData
impl Send for AddRecordData
impl Sync for AddRecordData
impl Unpin for AddRecordData
impl UnsafeUnpin for AddRecordData
impl UnwindSafe for AddRecordData
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