pub struct CCInstrumentStatus {
pub active: i64,
pub ignored: i64,
pub retired: i64,
pub expired: i64,
pub undefined: Option<i64>,
}
Fields§
§active: i64
§ignored: i64
§retired: i64
§expired: i64
§undefined: Option<i64>
Trait Implementations§
source§impl Debug for CCInstrumentStatus
impl Debug for CCInstrumentStatus
source§impl<'de> Deserialize<'de> for CCInstrumentStatus
impl<'de> Deserialize<'de> for CCInstrumentStatus
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CCInstrumentStatus
impl RefUnwindSafe for CCInstrumentStatus
impl Send for CCInstrumentStatus
impl Sync for CCInstrumentStatus
impl Unpin for CCInstrumentStatus
impl UnwindSafe for CCInstrumentStatus
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