pub struct BinanceApi {}
Implementations§
Source§impl BinanceApi
impl BinanceApi
pub async fn fetch_spot_prices( symbol: Option<String>, ) -> Result<Vec<BinanceTicker>, GenericError>
Auto Trait Implementations§
impl Freeze for BinanceApi
impl RefUnwindSafe for BinanceApi
impl Send for BinanceApi
impl Sync for BinanceApi
impl Unpin for BinanceApi
impl UnwindSafe for BinanceApi
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