pub struct General {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl General
impl General
pub fn ping(&self) -> Result<String>
pub fn get_server_time(&self) -> Result<ServerTime>
pub fn exchange_info(&self) -> Result<ExchangeInformation>
pub fn get_symbol_info<S>(&self, symbol: S) -> Result<Symbol>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for General
impl !UnwindSafe for General
impl Freeze for General
impl Send for General
impl Sync for General
impl Unpin for General
impl UnsafeUnpin for General
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