pub struct CCInstrumentMapping {
pub mapped_instrument: String,
pub base: String,
pub base_id: i32,
pub quote: String,
pub quote_id: i32,
pub transform_function: String,
pub created_on: i64,
}
Fields§
§mapped_instrument: String
§base: String
§base_id: i32
§quote: String
§quote_id: i32
§transform_function: String
§created_on: i64
Trait Implementations§
source§impl Debug for CCInstrumentMapping
impl Debug for CCInstrumentMapping
source§impl<'de> Deserialize<'de> for CCInstrumentMapping
impl<'de> Deserialize<'de> for CCInstrumentMapping
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 CCInstrumentMapping
impl RefUnwindSafe for CCInstrumentMapping
impl Send for CCInstrumentMapping
impl Sync for CCInstrumentMapping
impl Unpin for CCInstrumentMapping
impl UnwindSafe for CCInstrumentMapping
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