pub struct Stocks {
pub base: BaseApi,
pub sina: SinaApi,
pub xueqiu: XueqiuApi,
pub netease: NeteaseApi,
pub tencent: TencentApi,
}Fields§
§base: BaseApi§sina: SinaApi§xueqiu: XueqiuApi§netease: NeteaseApi§tencent: TencentApiImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stocks
impl !RefUnwindSafe for Stocks
impl Send for Stocks
impl Sync for Stocks
impl Unpin for Stocks
impl UnsafeUnpin for Stocks
impl !UnwindSafe for Stocks
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