[][src]Struct find_latest_nav::nav::Record

pub struct Record { /* fields omitted */ }

Methods

impl Record[src]

pub fn scheme_code(&self) -> &u32[src]

pub fn isin_growth(&self) -> &String[src]

pub fn isin_div_reinvestment(&self) -> &String[src]

pub fn scheme_name(&self) -> &String[src]

pub fn net_asset_value(&self) -> &String[src]

pub fn date(&self) -> &String[src]

pub fn remarks(&self) -> &Option<String>[src]

pub fn created_on(&self) -> &String[src]

pub fn sample1() -> Record[src]

pub fn sample2() -> Record[src]

pub fn samples() -> Vec<Record>[src]

pub fn convert(row: Vec<String>) -> Record[src]

pub fn row_exist(&self, conn: &Connection) -> bool[src]

Trait Implementations

impl Debug for Record[src]

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

impl Serialize for Record[src]

Auto Trait Implementations

impl Unpin for Record

impl Sync for Record

impl Send for Record

impl UnwindSafe for Record

impl RefUnwindSafe for Record

Blanket Implementations

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

impl<T> From<T> for 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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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