Struct quantmath::risk::marketdata::RcMarketData[][src]

pub struct RcMarketData(_);

Create a new type for a Rc so we can implement serialize and deserialize functions for it.

Methods

impl RcMarketData
[src]

Methods from Deref<Target = MarketData>

Trait Implementations

impl Clone for RcMarketData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RcMarketData
[src]

Formats the value using the given formatter. Read more

impl Deref for RcMarketData
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Serialize for RcMarketData
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for RcMarketData
[src]

Implement deserialization for subclasses of the type

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations