pub enum CCSpotInstrumentStatus {
ACTIVE,
IGNORED,
RETIRED,
EXPIRED,
READYFORDECOMMISSIONING,
}
Expand description
The status of the instrument, can be one of the following: ACTIVE, IGNORED, RETIRED, EXPIRED.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for CCSpotInstrumentStatus
impl RefUnwindSafe for CCSpotInstrumentStatus
impl Send for CCSpotInstrumentStatus
impl Sync for CCSpotInstrumentStatus
impl Unpin for CCSpotInstrumentStatus
impl UnwindSafe for CCSpotInstrumentStatus
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