pub struct GetSecurityInfo {
pub code: String,
}
Expand description
获取股票/基金/指数的信息
Fields§
§code: String
Trait Implementations§
Source§impl Debug for GetSecurityInfo
impl Debug for GetSecurityInfo
Source§impl<'de> Deserialize<'de> for GetSecurityInfo
impl<'de> Deserialize<'de> for GetSecurityInfo
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 GetSecurityInfo
impl Request for GetSecurityInfo
Source§impl Response for GetSecurityInfo
impl Response for GetSecurityInfo
Auto Trait Implementations§
impl Freeze for GetSecurityInfo
impl RefUnwindSafe for GetSecurityInfo
impl Send for GetSecurityInfo
impl Sync for GetSecurityInfo
impl Unpin for GetSecurityInfo
impl UnwindSafe for GetSecurityInfo
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