pub enum OperatingCharacteristic {
VacuumBraked,
TimedAt100MPH,
DOOCoachingStockTrains,
ConveysMark4Coaches,
GuardRequired,
TimedAt110MPH,
PushPullTrain,
RunsAsRequired,
AirConditionedWithPASystem,
SteamHeated,
RunsToTerminalsAsRequired,
MayConveyTrafficToSB1CGauge,
}Variants§
VacuumBraked
TimedAt100MPH
DOOCoachingStockTrains
ConveysMark4Coaches
GuardRequired
TimedAt110MPH
PushPullTrain
RunsAsRequired
AirConditionedWithPASystem
SteamHeated
RunsToTerminalsAsRequired
MayConveyTrafficToSB1CGauge
Trait Implementations§
Source§impl Clone for OperatingCharacteristic
impl Clone for OperatingCharacteristic
Source§fn clone(&self) -> OperatingCharacteristic
fn clone(&self) -> OperatingCharacteristic
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 OperatingCharacteristic
Source§impl Debug for OperatingCharacteristic
impl Debug for OperatingCharacteristic
impl Eq for OperatingCharacteristic
Source§impl PartialEq for OperatingCharacteristic
impl PartialEq for OperatingCharacteristic
impl StructuralPartialEq for OperatingCharacteristic
Auto Trait Implementations§
impl Freeze for OperatingCharacteristic
impl RefUnwindSafe for OperatingCharacteristic
impl Send for OperatingCharacteristic
impl Sync for OperatingCharacteristic
impl Unpin for OperatingCharacteristic
impl UnsafeUnpin for OperatingCharacteristic
impl UnwindSafe for OperatingCharacteristic
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