pub struct GetAllSecurities {
pub code: SecurityKind,
pub date: Option<String>,
}
Expand description
all requests are defined below 获取平台支持的所有股票、基金、指数、期货信息
Fields§
§code: SecurityKind
§date: Option<String>
Trait Implementations§
Source§impl Debug for GetAllSecurities
impl Debug for GetAllSecurities
Source§impl<'de> Deserialize<'de> for GetAllSecurities
impl<'de> Deserialize<'de> for GetAllSecurities
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
Source§impl Request for GetAllSecurities
impl Request for GetAllSecurities
Source§impl Response for GetAllSecurities
impl Response for GetAllSecurities
Auto Trait Implementations§
impl Freeze for GetAllSecurities
impl RefUnwindSafe for GetAllSecurities
impl Send for GetAllSecurities
impl Sync for GetAllSecurities
impl Unpin for GetAllSecurities
impl UnwindSafe for GetAllSecurities
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