[][src]Struct jqdata::Mtss

pub struct Mtss {
    pub date: String,
    pub sec_code: String,
    pub fin_value: BigDecimal,
    pub fin_refund_value: BigDecimal,
    pub sec_value: BigDecimal,
    pub sec_sell_value: BigDecimal,
    pub sec_refund_value: BigDecimal,
    pub fin_sec_value: BigDecimal,
}

Fields

date: Stringsec_code: Stringfin_value: BigDecimalfin_refund_value: BigDecimalsec_value: BigDecimalsec_sell_value: BigDecimalsec_refund_value: BigDecimalfin_sec_value: BigDecimal

Trait Implementations

impl Debug for Mtss[src]

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

impl Serialize for Mtss[src]

Auto Trait Implementations

impl RefUnwindSafe for Mtss

impl Send for Mtss

impl Sync for Mtss

impl Unpin for Mtss

impl UnwindSafe for Mtss

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,