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