Skip to main content

SkillWrapRsp

Trait SkillWrapRsp 

Source
trait SkillWrapRsp {
    // Required methods
    fn ret_type(&self) -> i32;
    fn ret_msg(&self) -> Option<&str>;
    fn err_code(&self) -> Option<i32>;
    fn time_range(&self) -> Option<&str>;
    fn content(&self) -> Option<&str>;
}

Required Methods§

Source

fn ret_type(&self) -> i32

Source

fn ret_msg(&self) -> Option<&str>

Source

fn err_code(&self) -> Option<i32>

Source

fn time_range(&self) -> Option<&str>

Source

fn content(&self) -> Option<&str>

Implementations on Foreign Types§

Source§

impl SkillWrapRsp for DerivativeUnusualRsp

Source§

fn ret_type(&self) -> i32

Source§

fn ret_msg(&self) -> Option<&str>

Source§

fn err_code(&self) -> Option<i32>

Source§

fn time_range(&self) -> Option<&str>

Source§

fn content(&self) -> Option<&str>

Source§

impl SkillWrapRsp for FinancialUnusualRsp

Source§

fn ret_type(&self) -> i32

Source§

fn ret_msg(&self) -> Option<&str>

Source§

fn err_code(&self) -> Option<i32>

Source§

fn time_range(&self) -> Option<&str>

Source§

fn content(&self) -> Option<&str>

Source§

impl SkillWrapRsp for TechnicalUnusualRsp

Source§

fn ret_type(&self) -> i32

Source§

fn ret_msg(&self) -> Option<&str>

Source§

fn err_code(&self) -> Option<i32>

Source§

fn time_range(&self) -> Option<&str>

Source§

fn content(&self) -> Option<&str>

Implementors§